@CHARSET "ISO-8859-1";

html
{
	overflow:hidden;
}

body
{
	margin:0 0;
	padding:0 0;
}
TABLE.progress
{
	width:100%;
	height:12px;
	border:2px solid #777799;
	border-radius: 10px / 16px; 
	-moz-border-radius: 10px / 16px; 
	-webkit-border-radius: 10px / 16px;
}
TD.progress
{
	background:#EEEEFF;
	background: -moz-linear-gradient(top, #EEEEFF 25%, #9999DD 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEFF), to(#9999DD));
	border-radius: 10px / 16px; 
	-moz-border-radius: 10px / 16px; 
	-webkit-border-radius: 10px / 16px;
}
BUTTON.progress
{
	font:bold 9px arial;
	padding:0 0;
	background:#DDDDDF;
	width:14px;
	color:#CC3333;
}