/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block; margin: 3px 0 0 12px;}
.jqTransformRadio {
	background: transparent url(../images/radio.png) no-repeat center top;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:0px;
}
a.jqTransformCheckbox {
	background: transparent url(../images/checkbox.png) no-repeat center top;
	vertical-align: middle;
	height: 20px;
	width: 21px;
	display:block;/*display: -moz-inline-block;*/
}

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


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	position:relative;
	height: 24px;
	background: url(../images/select_left.jpg) no-repeat top left;
	float:left;
}
.var1 .jqTransformSelectWrapper{width:60px !important;}
.var2 .jqTransformSelectWrapper{width:70px !important;background: url(../images/select_left1.jpg) no-repeat top left;}
.var3 .jqTransformSelectWrapper{width:50px !important;background: url(../images/select_left2.jpg) no-repeat top left;}
.jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 15px;
	padding: 4px 0 0 11px;
	overflow: hidden;
	cursor:pointer;
	font-size:11px;
	text-transform:uppercase;
	color:#ef9e1f;
	font-family:Tahoma, Geneva, sans-serif;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 21px;
	height: 24px;
	background: url(../images/select_right.jpg) no-repeat center center;
}
.var1 .jqTransformSelectWrapper ul{width:58px !important;}
.var2 .jqTransformSelectWrapper ul{width:68px !important;}
.var3 .jqTransformSelectWrapper ul{width:48px !important;}
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 23px;
	left: 0px;
	list-style: none;
	background-color: #100f0f;
	border: solid 1px #32302f;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	max-height:100px;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 1px 0 1px 10px;
	text-decoration: none;
	color:#ef9e1f;
	font-size: 11px;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#2a2929;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
.form_row{ clear:both; margin-bottom:13px; position:relative;}
.form_row .title{font-size: 12px; line-height: 15px; color:#e1e1e1; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; margin: 0 0 8px;}
.form_row .col1, .form_row .col2{width:60px; margin-right:10px;}
.form_row .col3{width:70px;}
.z-ind10{ z-index:100 !important;}
.z-ind9{ z-index:9 !important;}
.z-ind8{ z-index:8 !important;}
.continue{ display:inline-block;width:77px; padding:6px 0 7px 11px;margin: 17px 10px 35px 0; background:url(../images/continue.png) no-repeat;font-size: 14px; line-height: 17px; color:#8f8987; text-align:left;}
.continue:hover{ background-position: 0 bottom;}