/* CSS Document */
.formtext {
	font-size:11px;
	color:#472E21;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height: 11px;
	margin-bottom:0px;
	margin-top:0px;
}
.formrequired{
	font-size:11px;
	color:#009543;;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	line-height: 11px;
	margin-bottom:0px;
	margin-top:0px;
}
.forminput, .forminput3 {
	width:150px;
	height:18px;
	border:1px solid #8794B2;
	font-size:11px;
	color:#472E21;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	margin-bottom: 4px;
	background-color:#E4EEFC;
}
.forminput, .forminput2 {
	padding: 4px 0 0 4px;
}
.forminput2 {
	width:98.5%;
	height:18px;
	border:1px solid #8794B2;
	font-size:11px;
	color:#472E21;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	margin-bottom: 4px;
	background-color:#E4EEFC;
}

.formbutton {
	width:175px;
	height:18px;
	border:1px solid #009543;
	font-size:11px;
	color:#fff;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	margin-bottom: 5px;
	background-color:#009543;
}
.formcheck {
	width:18px;
	height:18px;
	color:#563929;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	margin-bottom: 5px;
}
.formmessage {
	width:422px;
	height:60px;
	border:1px solid #8794B2;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#563929;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	margin-bottom: 5px;
	background-color:#E4EEFC;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
}
