@charset "UTF-8";
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
select {
	clear: left;
	float: left;
	width: 20em;
	padding-left: 0.25em;
	margin: .1px;
	color: #372FB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	border: 1px solid #372FB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #372FB2;
	width: 20em;
	padding-left: 0.1em;
	margin: 0.2em;
	float: left;
	clear: left;
}
label {
	float: left;
	clear: left;
	color: #372FB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0.1em;
}
form p {
	margin: 0.25em;
}
form .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #372FB2;
	width: 7em;
	float: none;
	clear: none;
	margin-left: 1em;
	background-color: #FFFFFF;
	margin-bottom: 0em;
	padding-bottom: 0px;
}
input[type=hidden]   {
	float: none;
}
a:link {
}
div  .radiodiv {
	float: left;
	width: 120px;
	text-align: left;
	vertical-align: middle;
	color: #372FB2;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	margin: 2px 2px 4px;
}
