/* Forms Styles
--------------------------------------------------- */
fieldset {
	float: left;
	clear: left;
	width: 520px;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #E6E6E6;
}
legend {
	margin-left: 5px;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
fieldset ol {
	padding: 15px 0px 0 20px;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 500px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 0px;
}
label {
	float: left;
	margin-right: 15px;
	text-align: right;
	width: 200px;
}
fieldset fieldset {
	margin-bottom: 0px;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
	color: #7F1719;
}
fieldset fieldset ol {
	padding: 0;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0px;
	width: 300px;
}
fieldset fieldset legend li {
}
fieldset fieldset label {
	float: none;
	width: 0px;
	margin-right: 30px;
	text-align: left;
}
.Required {
	color: #FF0000;
	font-size: 22px;
}
#RightColSubForm {
	float: right;
	width: 600px;
	margin-right: 40px;
	margin-left: 30px;
	margin-top: 15px;
	display: inline;
	margin-bottom: 25px;
}
#RightColSubForm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	font-size: 25px;
	margin-bottom: 12px;
}
#RightColSubForm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 15px;
}
.submit {
	background-color: #009900;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 10px;
	width: 150px;
	font-weight: bold;
}
.reset {
	background-color: #999999;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 10px;
	width: 75px;
}
