/* CSS Document */
html{overflow: hidden;}

body{
 	margin:0;
}
 
.Results{
	padding-top: 1px;
	padding-right: 3px;
	border: medium none;
	text-align: right;

}
input,td, select{
	font-family: Tahoma;
	font-size: 11px;
}
input{
	width: 70px;
	xheight: 17px;
	text-align: right;
	
}
.ErrorMess
{
	color: #ff0000;
}

