form.jqtransformdone label{
	display:inline-block;
	float:left;
	font-size:14px;
	line-height:17px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
form.jqtransformdone div.rowElem{
	clear:both;
	height:43px;
}
#car_search .inputs {float:left; width:640px;}
#car_search .buttons {float:right; padding-top:1px;}
#car_search .buttons a {display:inline-block; padding:19px 36px 20px; color:#fff; font-size:19px; line-height:23px; cursor:pointer; background:#b1b0b0; font-weight:bold;}
#car_search .buttons a:hover {background:#fff; color:#252525;}
/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: right;display:block;margin:3px 0px 0;}
.jqTransformRadio {
	background:url(../images/radio_bg.gif) no-repeat center 0;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	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 0 top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: 0 bottom;}


/* -------------
 * Selects
 * ------------- */
.title {float:left; color:#fff; font-size:14px; margin-right:6px; padding-top:1px;} 
.jqTransformSelectWrapper {
	width:91px !important;
	position:relative;
	height: 18px;
	background:#fff;
	float:left;
	border:solid 1px #9b9b9b;
	margin-right:10px;
}
.jqTransformSelectWrapper div span {
	font-size: 14px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 15px;
	line-height: 15px;
	padding: 1px 0 0 3px;
	overflow: hidden;
	cursor:pointer;
	color:#565656;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 1px;
	width: 17px;
	height:16px;
	top:1px;
	background:url(../images/select_marker.gif) 0 0 no-repeat;
}
.jqTransformSelectWrapper  a.jqTransformSelectOpen:hover {
	background:url(../images/select_marker.gif) 0 0 no-repeat !important}

.jqTransformSelectWrapper ul {
	position: absolute;
	top: 19px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #d4d9db;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index:10;
	width:89px !important;
}
.rowElem.state .jqTransformSelectWrapper ul {
	width:131px !important;
		}

.jqTransformSelectWrapper ul a {
	display: block;
	text-decoration: none;
	color:#9d9b9b;
	background-color: #FFF;
	font-size: 14px;
	line-height:1.23em;
	padding:1px 0px 1px 3px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #fff;
	color: #9d9b9b;
	padding:1px 0px 1px 3px;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#f0f0f0;
	color: #000;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

a.adv-link {
	font-size:12px;
	color:#fff;
	float:left;
	padding:0 0 0 10px;
	margin:6px 0 0 16px;
	font-family:Tahoma, Geneva, sans-serif;
}
.cargo_search.white a.adv-link {color:#1591d4;}
.search-form input.text {
	width:178px;
}

#agent-search-form input.text {
	width:210px !important;
}

#agent-search-form .jqTransformSelectWrapper {
	width:223px !important;
}
#agent-search-form .jqTransformSelectWrapper ul {
	width:223px !important;
}

#agent-search-form .jqTransformInputWrapper {
	background: transparent url(images/input_text_left1.gif) no-repeat left top;
	width:223px !important;
}

#agent-search-form .jqTransformInputInner {
	background: transparent url(images/input_text_right1.gif) no-repeat top right;
}

#agent-search-form .jqTransformSelectWrapper {
	background: url(images/select_left1.gif) no-repeat top left;
}
#agent-search-form .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	background: url(images/select_right1.gif) no-repeat center center;
}
#newsletter-form input.text {
	width:210px !important;
}
#newsletter-form .jqTransformInputWrapper {
	background: transparent url(images/input_text_left1.gif) no-repeat left top;
	width:223px !important;
}
#newsletter-form .jqTransformInputInner {
	background: transparent url(images/input_text_right1.gif) no-repeat top right;
}

#adv-search-form input.text {
	width:210px !important;
}
#adv-search-form .jqTransformInputWrapper {
	background: transparent url(images/input_text_left1.gif) no-repeat left top;
	width:223px !important;
}
#adv-search-form .jqTransformInputInner {
	background: transparent url(images/input_text_right1.gif) no-repeat top right;
}	