#form {
	margin: auto;
}


#form thead tr{
	text-align:center;
	background-color:#999999;
	height:20px;
}

#form thead tr td{
	text-align:center;
	background-color:#999999;
}
#form td {
	padding: 1px 10px 1px 10px;
	border-bottom: solid 1px #B6B7B7;
	text-align:left;
}

#form img {
	border:none 0px;
}
#form .footer td{
	text-align:center;
	background-color:#FFFFFF;
	border-bottom: solid 0px #B6B7B7;
	font-size:10px;
	padding: 0px 0px 0px 0px;
	height:10px;
}
#form .footer a{
	color:#000066;
	font-size:10px; 
}
#form .footer a:hover{
	text-decoration:underline;

}
#form .rowcolor1 {background-color: #DDD;}
#form .rowcolor2 {background-color: #FFF;}
#form .rowcolor3 {background-color: #FFA4A4;}

.order a:hover {
	text-decoration:underline;
}
.order a {
	color:#000000;
}
#form .formleft {
	padding:5px 0px 5px 10px; 
	text-align:left;
	border-bottom: solid 1px #B6B7B7;
}
#form .formright {
	padding:5px 0px 5px 10px; 
	text-align:right;
	border-bottom: solid 1px #B6B7B7;

}
#form .formcenter {
	padding:5px 0px 5px 10px; 
	text-align:center;
	border-bottom: solid 1px #B6B7B7;

}
