/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
	float: left;
	display: block;
	margin: 3px 5px 0 0;
}
.jqTransformRadio {
	background: transparent url(img/radio.png) no-repeat center top;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	display: block;/*display: -moz-inline-block;*/
}
/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper {
	display: block;
	float: left;
	margin: 3px 10px 0 0;
}
a.jqTransformCheckbox {
	background: transparent url(img/checkbox.png) no-repeat center top;
	vertical-align: middle;
	height: 13px;
	width:13px;
	display: block;/*display: -moz-inline-block;*/
}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
	background-position: center bottom;
}
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 100% !important;
	position: relative;
	height: 29px;
	border: 0;
	background: #dcdcdc;
	float: left;
	margin: 0 0 0px;
}
.jqTransformSelectWrapper div span {
	float: none;
	font: italic 13px Calibri;
	color: #777777;
	position: absolute;
	white-space: nowrap;
	height: 22px;
	line-height: 15px;
	padding:7px 0 0px 5%;
	overflow: hidden;
	cursor: pointer;
	width: 95% !important;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 40px;
	height: 29px;
	background: url(img/select_right.png) no-repeat center center;
}
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 100% !important;
	top: 100%;
	left: 0px;
	height: 200px;
	list-style: none;
	z-index: 1020 !important;
	background-color: #dbe8bb;
	border-radius: 4px;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
}
.jqTransformSelectWrapper ul li{width:100%; padding:0; margin:0;}
.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	color: #606060;
}
.jqTransformSelectWrapper ul a.selected {
	background: #000;
	color: #fff;
}
.jqTransformSelectWrapper ul a:hover {
	background: #000;
	color: #fff;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
	display: none;
}
