#contactUsFormWrapper, #consignmentFormWrapper, #registrationFormWrapper, #searchFormWrapper{
margin: 30px 0 0px -25px;
}
#contactUsFormWrapper .formRow, #consignmentFormWrapper .formRow, #registrationFormWrapper .formRow, #searchFormWrapper .formRow{
float: left;
height: 75px;
margin: 8px 0 8px 50px;
}
#contactUsFormWrapper .formLabel, #consignmentFormWrapper .formLabel, #registrationFormWrapper .formLabel, #searchFormWrapper .formLabel{
width: 237px;
font-weight: bold;
color: #fff;
margin: 0 0 5px 0;
}
#contactUsFormWrapper .formLabelWide, #consignmentFormWrapper .formLabelWide, #registrationFormWrapper .formLabelWide, #searchFormWrapper .formLabelWide{
width: 500px;
font-weight: bold;
color: #fff;
margin: 0 0 5px 0;
}
#contactUsFormWrapper .formParagraph, #consignmentFormWrapper .formParagraph, #registrationFormWrapper .formParagraph, #searchFormWrapper .formParagraph{
float: left;
width: 500px;
margin: 8px 0 13px 50px;
font-weight: bold;
color: #fff;
}
#contactUsFormWrapper .formRow .formData, #consignmentFormWrapper .formRow .formData, #registrationFormWrapper .formRow .formData, #searchFormWrapper .formRow .formData{
font-style: italic;
color: #666;
}
#contactUsFormWrapper .formRow input[type="text"], #consignmentFormWrapper .formRow input[type="text"],
#registrationFormWrapper .formRow input[type="text"], #searchFormWrapper .formRow input[type="text"]{
width: 217px;
border: 0px;
height: 26px;
padding: 10px 10px 0;
margin: 0 0 0px 0;
font-weight: bold;
font-size: 1em;
background: url(/images/inputBg.png) no-repeat;
}
#contactUsFormWrapper .formRow #message, #consignmentFormWrapper .formRow #vehicle_history{
width: 503px;
height: 161px;
border: 0px;
clear: both;
font-weight: bold;
font-family: arial;
font-size: 1em;
padding: 10px;
overflow: auto;
background: url(/images/textareaBg.png) no-repeat;
}
#contactUsFormCompleteWrapper, #consignmentFormCompleteWrapper, #registrationFormCompleteWrapper, #searchFormCompleteWrapper{
display: none;
clear: both;
float: left;
width: 553px;
height: 60px;
text-align: center;
background: #222;
border: 2px solid #b8252b;
margin: 0 0 30px 15px;
padding: 20px 0 10px 0px;
}
.formSectionLabel{
width: 505px;
text-align: left;
padding: 10px;
float: left;
font-weight: bold;
font-size: 1.4em;
background: #a71c22;
border: 1px solid #c3373d;
margin: 20px 0 20px 50px;
color: #fff;
}
.formRequired {
color: #a71c22;
font-weight: bold;
}
.formclearfix{
display: none;
}
.formButton{
clear: both;
width: 87px;
height: 29px;
cursor: pointer;
text-indent: -999em;
margin-top: 40px;
background: url(/images/submit.png) no-repeat;
}
.formButton:hover{
background-position: left bottom;
}

.formRow.whichAuctions{
height: 110px !important;
}
.formRow.paymentMethod{
height: 150px !important;
}
.formRow.paymentMethod input{
margin-top: 10px;
margin-left: 20px;
}
.formRow.buyersAgreement{
width: 500px;
height: 75px !important;
}
.formRow.searchSubmit .formButton{
margin-top: 0 !important;
}
.jqTransformInputWrapper{
width: 237px !important;
}
.jqTransformInputInner{
height: 24px;
}

/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
float: left;
clear: both;
display:block;
margin:1px 4px;	

}
.jqTransformRadio {
	background: transparent url(/images/radio.png) no-repeat center top;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	position: relative;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(images/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 236px !important;
	position:relative;
	height: 36px;
	background: url(/images/select_left.png) no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 28px;
	line-height: 15px;
	padding: 11px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 32px;
	height: 36px;
	background: url(/images/select_right.png) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 230px !important;
	top: 36px;
	left: 2px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 180px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#c3373d;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
