#topdiv
{
	width: 688px;
	position: relative;
	top: 25px;
	background-color: #A4D179;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	border: 1px solid #669933;
}
#topdiv a:link
{
	color:white;
	text-decoration:none;
}
#topdiv a:visited
{
	color:white;
	text-decoration:none;
}
#topdiv a:hover
{
	color:white;
	text-decoration:underline;
}
#topdiv a:active
{
	color:white;
	text-decoration:none;
}
select
{
	color:#444444;
}
div.results table td
{
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
div.results
{
	font-weight:bold;
	font-size:14px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color:#ffffff;
	border: 1px solid #669933;
	width: 688px;
	position: relative;
}
tr.row
{
	font-weight:normal;
	font-size:14px;
}
td
{
	color:#444444;
	padding-left:3px;
	text-align:left;
}
input[type=text]
{
	background-color:#eeeeee;
}
.input
{
	padding-right:20px;
	position: relative;
}
.submit_button
{
	font-size:16px;
	background-color:#669933;
	color:#FFFFFF;
}