@charset "utf-8";
#form {
	height: 326px;
	width: 500px;
	position: absolute;
	left: 70px;
	top: 20px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006600;
}
#contactbg {
	background-image: url(../_images/innerbg2.jpg);
	height: 351px;
	width: 600px;
	position: relative;
	background-repeat: no-repeat;
	left: 99px;
}
.altRowClr {
	background-color: #EAEFFF;
}
.input {
	height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 10pt;
	border: thin solid #009900;
	margin-top: 2px;
}
label {
	display: inline-block;
	width: 200px;
}
.centered {
	text-align: center;
}
.button {
	position: absolute;
	right: 25px;
	background-color: #2B3388;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;

}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006600;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #FF0000;
	display:block;
	text-align: center;	
}
.thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #006600;
	display:block;
	text-align: center;
}
