#credit-form {padding-top:5px;}
#credit-form .buttons {
	overflow:hidden;
	padding-left:1px;
	}
#credit-form .buttons > span {
	font-weight:bold;
	color:#1a171b;
	display:inline-block;
	padding:11px 0 0 6px;
	}	
#credit-form > .wrapper {
	margin-bottom:12px;
	}
#credit-form a.submit, #rate-form a, #account-form a.submit {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:url(../images/slider_link_bg.gif) 0 0 repeat-x;
	line-height:1.2em;
	padding:5px 8px 6px 15px;
	position:relative;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-bordezr-radius:2px 2px 2px 2px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#credit-form a.submit span, #rate-form a span, #account-form a.submit span {
	display:inline-block;
	padding:5px 35px 4px 0px;
	background:url(../images/link2_marker.png) right 2px no-repeat;
	}	
#credit-form a.submit:hover, #rate-form a:hover, #account-form a.submit:hover {
	cursor:pointer;
	background:#3e3c3c;
	}	
#credit-form span.title {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1a171b;
	display:inline-block;
	padding-left:1px;
	line-height:1.2em;
	}
#credit-form input[type=text] {
	width:261px;
	color:#919090;
	border:solid 1px #e6e6e6;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 7px;
	}
#credit-form .rowElem.state input {
	width:117px;
	float:right;
	}	
#credit-form .rowElem.height {
	height:37px !important;
	}	
#credit-form .rowElem.radio {
	padding-left:6px;
	}	
form.jqtransformdone label{
	display: block;
	float:left;
	width:19px;
	font-size:12px;
	margin-right:6px;
	line-height:1.23em;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#a1adbe;
	margin-top:-1px;
}
form.jqtransformdone label.long {
	width:22px;
	}	
form.jqtransformdone div.rowElem{
	clear:both;
	height:39px;
}

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background:#fff;
	height: 25px;
	padding: 0px;
	float:left;
	width:133px !important;
}

.jqTransformInputInner {
	background:#000;
	padding: 0px;
	margin: 0px;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 3px 0 0 0;
	margin: 0 -27px 0 0;
	margin-left:5px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 3px 0 0 0;
	margin-left:5px;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -25px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -25px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -50px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -50px ;}



.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}

/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 0px 0;}
.jqTransformRadio {
	background:url(../images/radio.gif) no-repeat center bottom;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	display:block;/*display: -moz-inline-block;*/
	margin-right:2px;
}
/* -------------
 * 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 top;}


/* -------------
 * Selects
 * ------------- */
#credit-form .jqTransformSelectWrapper {
	width:275px !important;
	position:relative;
	height: 27px;
	background:url(../images/input_bg.gif) 0 0 no-repeat;
	float:left;
	border:solid 1px #e9e9e9;
	margin-right:11px;
}
#credit-form .state .jqTransformSelectWrapper {
	width:131px !important;
	}
.jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 15px;
	line-height: 15px;
	padding: 6px 0 0 8px;
	overflow: hidden;
	cursor:pointer;
	color:#919090;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 3px;
	width: 21px;
	height: 21px;
	top:3px;
	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;
	width: 43px;
	top: 27px;
	left: -1px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #d4d9db;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index:10;
	width:275px !important;
}
.rowElem.state .jqTransformSelectWrapper ul {
	width:131px !important;
		}

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

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

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

/* -------------
 * 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;
}