body {
	margin: 0;
	padding: 0;
	background-color: Black;
}
a:link, a:visited
{	color: #000000;
	text-decoration:none;
	font-size:xx-small;
	color: White;
}
a:hover
{
	text-decoration:underline;
	color: White;
}
#container  {
	width:430px;
	height:600px;
	padding:5px 5px 5px 5px;
	background-color:#ffffff;
	border-left:dashed 1px #777777;	
	}
#container TD 
{
	padding:5px 5px 5px 5px;
	color:  #000000;
	font-size:11px;
	font-weight:normal;
	}
#maintable
{	background-color:White;
	padding:5px;
	margin:5px;
	border-style:groove;
	border-color:#333333;
	border-width:1px;
}	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	height:100%;
	border:0px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left: 2px;
	color:#333333;
	margin-left:5px;
	} 
input
	{
		color:#444444;
		height:20px;
	}
	
.inputSmall
	{
		width:45px;margin-right:5px;
	}	
option {
	font-size:xx-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	}
select{
	font-size:xx-small;
	height:20px;
	color:#444444;
	}
.submit
	{
	color:#ffffff;
	border:solid 1px #778899;
	font-weight:600;
	height:25px;
	text-decoration:none;
	background-image:url(../images/bg_redfade.jpg);
	background-repeat:repeat;
	}
radio
{
	border-style:none;
}
H2
	{
	font-size:14px;
	font-weight:600;
	}
#thankyou {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:360px;
	height:100%;
	border-left:dashed 1px #777777;	
	}
#thankyou td{
	padding-bottom:3px;
	padding-top:3px;
	color:#333333;
	margin-left:5px;
	} 
.buttonSize{width:290px;height:57px;border:none;}	
.error
{
	font-family:Verdana;
	font-size:10px;
	color:Red;
	margin:0px;
	padding:0px;
	
}
