/* -------- Discover Form Code -------- */

#divProvStatValue{
	display: block;
	float: left;
	text-align: left;
	width: 165px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848A8D;
}

label.leftCol {
	text-align: left;
	display: block;
	float: left;
	width: 105px;
}
label.rightCol {
	text-align: left;
	display: block;
	width: 210px;
}

textarea {
	display: block;
	width: 210px;
	height: 93px;
	font-size: 11px;
	color: #2f3237;
	border: 1px solid #e1e5ec;
	padding: 3px;
	margin: 0 0 12px 0;
}

div.requiredLeft {
	float: left;
	color:#CC0000;
	font-weight: bold;
	font-size: 11px;
	width: 175px;
	padding: 0 0 10px 120px;
	background: url(../_img/contact_required_arrow.gif) no-repeat 105px 6px;
}
div.requiredRight {
	color:#CC0000;
	width: 205px;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 10px 15px;
	background: url(../_img/contact_required_arrow.gif) no-repeat 0px 6px;
}

input.register {
	display: block;
	float: left;
	width: 165px;
	font-size: 11px;
	color: #2f3237;
	border: 1px solid #e1e5ec;
	padding: 3px;
	margin: 0 0 8px 0;
}

select.register {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 172px;
	font-size: 11px;
	color: #2f3237;
	border: 1px solid #e1e5ec;
	padding: 3px;
	margin: 0 0 8px 0;
}
.formRequired {
	color: #000000;
}
.requiredText {
	color: #CC0000;
}
.discoverColLeft {
	width: 285px;
	float: left;
	padding: 0 40px 0 0;
}
.discoverColRight {
	width: 220px;
	float: left;
}
.formHR {
	background: url(../_img/divider_solid.gif) repeat-x center;
	height: 30px;
	width: 100%;
	clear: both;
}
div.show {
	display: block;
}
div.hide {
	display: none;
}
input.hide {
	display: none;
}

/* -------- Sidebar Sign Up -------- */

label.sidebar {
	text-align: left;
	display: block;
	font-size: 11px;
	float: left;
	padding: 0;
	width: 75px;
}
input.sidebar, select.sidebar {
	display: block;
	float: left;
	width: 150px;
	font-size: 11px;
	color: #2f3237;
	border: none;
	padding: 3px;
	margin: 0 0 6px 0;
	background: #ffffff;
}
input.sidebarBtn {
	clear: both;
	margin: 10px 0 0 0;
	float:left;
	width: 61px;
}
input.sidebarPromoBtn {
	clear: both;
	margin: 10px 0 0 0;
	float:left;
	width: 65px;
}
form.signup {
	display: block;
	margin: 10px 0 5px 0;
}
.errFld {
	border: 1px solid #00467f;
}
.errMsg {
	color:#CC0000;
	font-weight: bold;
	font-size: 11px;
	width: 130px;
	padding: 0 0 10px 75px;
}
.signup label.error {
	float: left;
	color:#ffffff;
	font-weight: bold;
	font-size: 11px;
	width: 130px;
	padding: 0 0 10px 90px;
	background: url(../_img/contact_required_arrow.gif) no-repeat 75px 6px;
}
.signupPromo label.error {
	float: left;
	color:#cc0000;
	font-weight: bold;
	font-size: 11px;
	width: 130px;
	padding: 0 0 10px 90px;
	background: url(../_img/contact_required_arrow.gif) no-repeat 75px 6px;
}