label {
	cursor: pointer;
}
label.labelActive {
	font-weight: 700;
}

.jquery-checkbox,
.jquery-radio {
	display: inline;
	font-size: 15px;
	line-height: 0;
	cursor: pointer;
	margin: 0 4px 0 0;
}
.jquery-checkbox .mark,
.jquery-radio .mark {
	display: inline;
}

.jquery-checkbox img,
.jquery-radio img {
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
.jquery-checkbox img {
	background: transparent url(/images/form-checkbox.png) no-repeat;
}
.jquery-radio img {
	background: transparent url(/images/form-radio.png) no-repeat;
}

.jquery-checkbox img,
.jquery-radio img {
	background-position: 0px 0px;
}
.jquery-checkbox-hover img,
.jquery-radio-hover img {
	background-position: 0px -15px;
}
.jquery-checkbox-checked img,
.jquery-radio-checked img {
	background-position: 0px -30px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img,
.jquery-radio-checked .jquery-checkbox-hover img {
	background-position: 0px -45px;
}
.jquery-checkbox-disabled img, 
.jquery-radio-disabled img {
	background-position: 0px -60px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img,
.jquery-radio-checked .jquery-checkbox-disabled img {
	background-position: 0px -75px;
}



/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 267px;
	position:relative;
	height: 26px;
	background: url(/images/form-select.png) no-repeat 0 0;
}
.jqSelectOpen{
	background: url(/images/form-select.png) no-repeat 0 -27px;
}
.jqTransformSelectWrapper div span {

	font-size: 1em;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 26px;
	line-height: 27px;
	padding: 0 0 0 15px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 32px;
	height: 26px;
	background: url(/images/form-select.png) no-repeat 100% 0;
}

.jqTransformSelectWrapper ul {
	background: url(/images/form-select.png) no-repeat scroll 0 100%;
	position: absolute;
	width: 235px;
	top: 26px;
	left: 0px;
	list-style: none;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 160px;
	overflow: auto;
	overflow-y: auto;
	z-index: 10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px;
	padding-left: 15px;
	margin-left: 0;
	text-decoration: none;
	border-top: 1px solid #f4eabd;
}

.jqTransformSelectWrapper ul a.selected {
	font-weight: 700;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	color: #e41900;
}

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