form.jqtransformdone label{
	margin-top:4px;
	margin-left: 8px;
	display: block;
	float:left;
	font-family: 'PT Sans Narrow', sans-serif; 	
	font-size: 14px;
	color: #fff;	
}
form.jqtransformdone div.rowElem{
	clear:both;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
form.jqtransformdone div.rowElem.check_s{
	width: 50%;
	clear: none;
}
/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(checkbox.png) 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;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 100%!important;
	position:relative;
	height: 42px;
	background: url(img/select_left.gif) no-repeat top left;
	float:left;
	background: #509f83;
	border-top: 2px solid #4b947a;
	border-radius: 3px;
	color: #fff;

}

.jqTransformSelectWrapper div span {
	font-family: 'PT Sans Narrow', sans-serif; 	
	font-size: 18px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	overflow: hidden;
	cursor:pointer;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 38px;
	background: url(select_more.png) no-repeat center center;
}
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 40px;
	height: auto!important;
	left: 0px;
	list-style: none;
	background-color: #509f83;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
	width: 100%!important;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#fff;
	font-size: 18px;
	font-family: 'PT Sans Narrow', sans-serif; 	
	border-top: 2px solid #4b947a;
}
.jqTransformSelectWrapper ul li:first-child a {
	border-top: none;
}
.jqTransformSelectWrapper ul li {
	margin: 0 10px;
}
.jqTransformSelectWrapper ul a.selected {
	color: #f1efa5;
}

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

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

/* start search */
.search_container {
	float: right;
	max-width: 300px;
	width: 30%;
	background: #60b99a;
	height: 422px;
	border-radius: 5px;
	margin: 45px 0 20px 0;
	padding: 20px 2%;
}
.search_container select{
	width: 100%;
	margin-bottom: 18px;
}
#sidebar .search_container {
	width: 100%;
	float: none;
	padding: 20px 5%;
	margin: 0 0 20px 0;
}
@media all and (max-width: 768px) {
	.search_container { max-width: none; width: 100%; margin: 30px 0 0 0; border-radius: 0; }
	form.jqtransformdone div.rowElem.check_s { margin-left: 15%; width: 35%; }
}
/* end search */