#icon-backwpup {
	background:  url('backup-icon32.gif') no-repeat;
}
#showworking, #showlogfile{
	background-color:black;
	color:white;
	font-family:fixedsys, monospace, Courier, monospace;
	line-height: 15px;
	font-size:12px;
	border-color:#CEE1EF;
	border-style:solid;
	border-width:5px;
	height:480px;
	width:800px;
	padding:2px 2px 2px 2px;
	overflow:auto;
	white-space:nowrap;
	float:left;
}
.timestamp {
	background-color:darkgrey;
}
.warning {
	background-color:tan;
}
.error {
	background-color:red;
}
#warningsid {
	margin-left:10px;
	margin-bottom:5px;
	color:yellow;
	font-size:20px;
}
#errorid {
	margin-left:10px;
	margin-bottom:5px;
	color:red;
	font-size:20px;
}
.progressbar {
	margin-top:10px;
	border-color:#CEE1EF;
	border-style:solid;
	border-width:2px;
	height:20px;
	width:800px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#progressstep {
	height:20px;
	background-color:gray;
	color:black;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#progresssteps {
	height:20px;
	background-color:yellow;
	color:black;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}