
body, td, input, select, textarea
{
	background: #f5f5f5;
}

.ProgressDisplay {
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #0f2580;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.ProgressDisplay .StatusMessage {
	margin: 1px;
	height: 1.5em;
}

.ProgressDisplay .ProgressBar {
	background-color: #ffff99;
}

.ProgressDisplay .ImageButton {
	border-width: 0px; 
	margin: 0px; 
	padding: 0px;
	background-color: inherit;
}

.ProgressDisplay .ImageButton img {
	border-width: 2px; 
	border-style: outset;
	border-color: white;
	margin: 0px; 
	padding: 0px;
	height: 1.5em;
	vertical-align: top;
}

