form a.form_help {
	width: 14px;
	height: 14px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	vertical-align: top;
	display: inline-block;
	background: url('http://thefuelfilm.com/files/images/question.gif');
	text-indent: -9999px;
	font-size: 1px;
}
/*hover*/
.jqTransformInputWrapper_hover{ background: transparent url('http://thefuelfilm.com/files/images/input_left-hover.gif') no-repeat left top;}
.jqTransformInputWrapper_hover div{}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background: transparent url('http://thefuelfilm.com/files/images/input_right-hover.gif') no-repeat right top;}


/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton, button.next {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

button.jqTransformButton span, a.button {
	background: transparent url('http://thefuelfilm.com/files/images/btn_right.gif') no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 26px;
}

button.jqTransformButton span span, a.button span {
	background: transparent url(../img/jqTransform/btn_left.gif) no-repeat;
	color: #333;
	padding: 6px 0px 0px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 26px;
}

button.next span {
	background: transparent url('http://thefuelfilm.com/files/images/btn_next_bg.png') no-repeat scroll right top;
	display: block;
	float: left;
	margin: 0px;
	width: 53px;
	height: 37px;
	text-indent: -9999px;
}

a.negative span, button.negative span span {
	background-image: url(../img/jqTransform/btn_bad_left.gif);
	padding-left: 26px;
	color: #DA4136;
}
a.positive span, button.positive span span {
	background-image: url('http://thefuelfilm.com/files/images/btn_good_left.gif');
	padding-left: 26px;
	color: #579E3F;
}





/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	font-family: Helvetica, sans-serif;
	width: 45px;
	position:relative;
	height: 31px;
	background: url(img/select_left.gif) no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	line-height: 15px;
	padding: 8px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	font-family: Helvetica, sans-serif;
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 31px;
	background: url(img/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	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:#3582c4;
	color: #fff;
}
/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:0px;
}
a.jqTransformCheckbox {
	background: transparent url('http://thefuelfilm.com/files/images/checkbox.gif') no-repeat center 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: center bottom;}

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