@charset "utf-8";
#form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}

html,body
{
 /*   height:100%; */
    background-color: #CCCCCC;
}

table {
	position:relative;
	top: 70px;
	width: 80%;
	height: 100%;
	vertical-align: center;
/*	alignment-adjust: center; */
	margin-top: 0px;
	background-color: #CCCCCC;
}


td {
	font-size: 9px;
}