@charset "UTF-8";
/* CSS Document */
.formItem  {
	clear: both;
	float: left;
	padding-bottom: 6px;
}
.required_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	padding-bottom: 20px;
}
.formItem .itemlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003370;
	font-weight: bold;
	float: left;
	width: 120px;
	line-height: 22px;
}
.formItem .itemfield {
	float: left;
	width: 300px;
}
.formItem .itemfield .InputField, .itemfield textarea {
	width: 300px;
	border: solid #003370 1px;
}
.FormButton {
	width: 120px;
}

