/* General Form Styles */
ol.forms {
	float: left;
	font-size: 1.182em;
	list-style: none;
	margin-left: 0;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	width: 100%;
}

ol.forms li.helpLink { 
	background: url(/images/template/list-box.gif) no-repeat 0 0.5em; 
}

ol.forms li.helpLink a { 
	padding-left: 1.8em; 
}

ol.forms li.error { 
	color: #f00; 
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2%;
	width: 20%;
}

ol.forms li#forgot h2 { 
	color: #0066CC; 
}

ol.forms input {
	padding: 2px;
	width: 60%;
}

/* Email-Form Styles */
#TestForm {
	margin: 20px 0 10px 15px;	
}

#TestForm fieldset {
	display: block;
	margin: 0 0 1em 0;
	border: none;
	padding: 0 1em 1em 1em;
}

#TestForm fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}

fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

fieldset.radio legend {
	float: left;
	font-weight: bold;
}

#TestForm input {
	position: relative;
	top: -1.2em;
	left: 8em;
	display: block;
	border: 1px solid #cecfce;
	width: 15em;
	padding: 1px 0 1px 3px;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}

#TestForm input.submit
{
	clear: both;
	top: 0;
	margin: 0;
	text-align: left;
	width: 127px;
	height: 22px;
	border: none;
}

input[type=hidden] { 
	visibility: hidden;
}

#TestForm label {
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -.3em;
	font-weight: bold;
}

#TestForm label.first
{
	margin-top: 1em;
}

#TestForm select
{
	position: relative;
	top: -1.2em;
	left: 8.1em;
	display: block;
	color: #4B4B4B;
	border: 1px solid #cecfce;
	width: 15.4em;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}

#TestForm textarea
{
	position: relative;
	top: -1.2em;
	left: 8.1em;
	display: block;
	color: #4B4B4B;
	border: 1px solid #cecfce;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}

div.toolbar { 
	clear: both; 
	padding-top: 20px; 
}

div#ClientValidationSummary {  
	width: 350px; 
}

div#ClientValidationSummary ul {
	margin-bottom: 20px;
}

div#ClientValidationSummary ul li {
	margin: 0 0 0 1.5em;
}

div.validation-inline-error-message { 
	display: block; 
	float: left; 
	padding-left: 10px; 
}



