body {
	background-color: #003C3B;
	padding: 0;
	margin: 0;
}

html, body, td, th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

div.input textarea, div.input select, div.input input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

a:link {
	color: #58A700;
}
a:visited {
	color: #FF3300;
}

.whitetext{
color:#cccccc;

}
.underline {
	border-bottom: 1px dotted #58A700;
}



div.input {
	clear:both;
	margin-top: 8px;
	margin-bottom: 8px;
}

label{
	display:block;
	float:left;
	width: 80px;
}

div.checkbox label{
	display:inline;
	float:none;
	width: auto;
}


div.submit {
	margin-left: 90px;
}


div.message {
	font-size: 140%;
	color: #00B625;
	font-weight: bold;
	margin: 8px 0px;
}
p.error, div.error-message {
	color: #00B625;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	padding-left: 10px;
	display:inline;
}
div.error em {
	color: #00B625;
}
