/*****************************
* General Form Styles 
*****************************/

fieldset {
	float: none;
	margin: 1em;
	padding: 1em;
	background: #DBDFE4;
	border: 1px solid #A5ACB2;
	text-align: left;
	/* Fixes for fieldset, legend background in IE */
	position: relative;
}

legend {
	font-size: 120%;
	font-weight: bold;
	color: #35699a;
	/* Fixes for fieldset, legend background in IE */
	_position: absolute;
	position: absolute\9;
	top: -.6em;
	left: .5em;
}

fieldset label {
	float: left;
	margin-right: 5px;
	width: 155px;
	text-align: right;
	/* font-size: 90% !important; */
	color: #000;
}

.formRow { 
     display: block; 
     margin: 0 .5em .5em .5em;  
     line-height: 1.75em;
     clear: both;
}

.required {
	font-weight: bold;
	color: #c30000;
}

sup.required {
	position: relative;
	top: 5px;
	padding-right: 1px;
	font-size: 120%;
}

.error, .asterisk  {
	color: #c30000;
}

.helpIcon {
	margin-left: 3px;
}

input {
	margin-right: 5px;
	color: #000;
	font-weight: normal;
}

.theform input, .theform textarea {
	color: #000;
	font-weight: normal;
}

input.size {
	width: 375px;
}

input:focus, textarea:focus, select:focus {
	background: #ffd;
}

#submitBtn {
	display: block;
	margin: 2em 0;
	text-align: center;
}

/*****************************
* Form Error Styles 
*****************************/

.formErrors {
	margin: 1em;
	min-height: 50px;
	padding: 0 60px;
	border: 1px dashed #c30000;
	background: #ffc url('/images/assets/error.gif') no-repeat; 
	background-position: 10px 5px;
}

.formErrors h2 {
	background: none;
	color: #c30000;
}

.formErrors h4 {
     margin-top: -4px !important;  
     padding-left: 8px;
     background: none;
}

.formErrors li {
     line-height: .8em;
     background: none;
}

/*****************************
* PRC Deal Form Styles 
*****************************/

.regProducts {
	display: block;
	margin: 0 0 .75em 167px;
}

.regProducts br {
	display: block;
	margin: 0 0 .5em 0;
}

/*
SPR styles
*/

#reseller-volume-chart-field table td {
	padding: 5px;
}

/*****************************
* Error Handles with jQuery.validate
*****************************/

label.error {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #c30000;
}
