form.jqtransformdone label{
	margin-right: 8px;
	display: block;
	float:left;
}

form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}

/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	height:30px;
	padding:4px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height:20px;
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	color:#585858;
	font-weight:bold;
	border-radius: 4px; 
	background: #ccc; 
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9) to(#ccc));
    background: -webkit-linear-gradient(#F9F9F9, #ccc);
    background: -moz-linear-gradient(#F9F9F9, #ccc); 
    background: -ms-linear-gradient(#F9F9F9, #ccc); 
    background: -o-linear-gradient(#F9F9F9, #ccc);
    background: linear-gradient(#F9F9F9, #ccc);
	border: 1px solid #aaa;
	cursor:pointer;
	font-family:arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

/*hover
button.jqTransformButton_hover span span { background-position: left -37px ; }
button.jqTransformButton_hover span { background-position: right -37px ; }

button.jqTransformButton_click span span { background-position: left -74px ; }
button.jqTransformButton_click span { background-position: right -74px ; }
*/


/* IE 6 */
* html button.jqTransformButton { height:37px; }
* button.jqTransformButton span span { sheight: 37px; }
/* IE 7 */
*+ html button.jqTransformButton { height:37px; }
*+ button.jqTransformButton span span { height: 37px; }


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(../images/jqform/input/input_text_left.gif) no-repeat left top;
	height: 31px;
	padding: 0px;
	float:left;
}

.jqTransformInputInner {
	background: transparent url(../images/jqform/input/input_text_right.gif) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 31px;
	margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	vertical-align: middle;
	height: 31px;
	color:#404040;	
	border: none;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	background:transparent;
	text-transform:capitalize;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -31px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -31px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -62px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -62px ;}



.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}

/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{
	font-size: 12px;
	line-height: 16px;
}

table.jqTransformTextarea td{
font-size: 1px;
line-height: 1px;
width: 5px;
height: 5px;
margin: 0;
padding: 0;
}
table.jqTransformTextarea{}
table.jqTransformTextarea tr{
/*border: 1px solid red;*/

}
table.jqTransformTextarea textarea{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
table.jqTransformTextarea td#jqTransformTextarea-tl{background: url(../images/jqform/textarea/textarea_tl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background: url(../images/jqform/textarea/textarea_tm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background: url(../images/jqform/textarea/textarea_tr.gif) no-repeat top left;}

table.jqTransformTextarea td#jqTransformTextarea-ml{background: url(../images/jqform/textarea/textarea_ml.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background: url(../images/jqform/textarea/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background: url(../images/jqform/textarea/textarea_mr.gif) repeat-y top left;}

table.jqTransformTextarea td#jqTransformTextarea-bl{background: url(../images/jqform/textarea/textarea_bl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background: url(../images/jqform/textarea/textarea_bm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background: url(../images/jqform/textarea/textarea_br.gif) no-repeat top left;}

/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image: url(../images/jqform/textarea/textarea-mm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-position:0px -5px;}

/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{background-position:-10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image: url(../images/jqform/textarea/textarea-mm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-position: -10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-position:0px -10px;}


table.jqTransformTextarea .jqTransformSafariTextarea div {
	position: relative;
	overflow: hidden;
	border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{
	background: none;
	position: absolute;
	top:-10px;
	left:-10px;
	padding: 10px 10px 10px 10px;
	resize: none;
}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px;	margin-top:5px;}
.jqTransformRadio {
	background: transparent url(../images/jqform/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(../images/jqform/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;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 31px;
	background: url(../images/jqform/select_left.png) no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	font-size: 11px;
	font-weight:bold;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	line-height: 15px;
	padding: 6px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	color:#585858;
	text-transform:capitalize;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 27px;
	height: 31px;
	background: url(../images/jqform/select_right.png) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 27px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 200px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	text-transform:capitalize;
}

.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:#D8AE33;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}



/********** added css **********/
div.jqform{
	width:100%;
	clear:both;
	padding:4px 0px;
	border-bottom:1px solid #BFBFBF;
	display:inline-block;
}

div.no_underline{
	border:none;
	padding:0;
}

.jqform_label{
	float:left;
	min-width:40px;
	color:#585858;
	font-size:12px;
	font-weight:bold;
	padding:6px 0;
	text-indent:1px;
	text-transform:capitalize;
}

.jqform_label_line{
	width:220px;
	text-indent:1px;
}

.jqform_right{
	float:right;
}

/* jqform_date */
div.jqform_date_wrapper{
	margin:4px 0 0;
	border-bottom:1px solid #BFBFBF;
	padding: 0 0 6px;
}

.jqform_date{
	display:inline-block;
	position:relative;
	margin:0 6px 0 0;
	float:left;
}

.jqform_date .jqTransformInputWrapper{
	width:60px!important;
	height: 27!important;
	background: url(../images/jqform/select_date_left.png) no-repeat top left;
	float: left;
	margin:0;
}

.jqform_date .jqTransformInputInner{
	height:27px!important;
	margin:0;
	background: url(../images/jqform/select_date_right.png) no-repeat right center;
}

.jqform_date .jqTransformInputInner div{
	margin:0;
}

.jqform_date .jqTransformSafari .jqTransformInputInner div{
	margin:0;
}

.jqform_date .jqTransformInputInner div input{
	width:28px!important;
	height:27px!important;
	overflow:hidden;
	top:0;
	top:4px\9;
	left:4px;
	color:#585858;
	text-shadow:0 1px 0 #fff;
	position: relative;
	font-weight:bold;
	padding:0;
	font-size:10px;
}

.jqform_date .jqTransformInputInner div input:hover{
	background:transparent;
}

.jqform_date .buttons_calendar{
	display:block;
	width:60px;
	height:27px;
	position:absolute;
	top:0;
	cursor:pointer;
	z-index:200;
	background:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity: 0;opacity:0;
}


/* jqform_day */
.jqform_day{
	display:inline-block;
}

.jqform_day .jqTransformSelectWrapper{
	width:80px!important;
	height: 27!important;
}

.jqform_day .jqTransformSelectWrapper div span{
	width:100px!important;
}

.jqform_day .jqTransformSelectWrapper a.jqTransformSelectOpen{
	width:27px!important;
	height:27px!important;
}

.jqform_day .jqTransformSelectWrapper ul{
	width:78px!important;
}


/* jqform_drop */
.jqform_drop_wrapper{
	margin:8px 0 0;
}
.jqform_drop{
	display:inline-block;
	margin:0 0 0 8px;
}
.jqform_drop .jqTransformSelectWrapper{
	width:80px!important;
	height: 27!important;
}

.jqform_drop .jqTransformSelectWrapper div span{
	width:56px!important;
}

.jqform_drop .jqTransformSelectWrapper a.jqTransformSelectOpen{
	width:27px!important;
	height:27px!important;
}

.jqform_drop .jqTransformSelectWrapper ul{
	width:78px!important;
}


/* jqform_input 
.jqform_input_wrapper{
	margin:8px 0 0;
}

.jqform_input .jqTransformSelectWrapper{
	width:75px!important;
}

.jqform_input .jqTransformSelectWrapper a.jqTransformSelectOpen{
	height:27px!important;
}

.jqform .jqTransformInputWrapper, .jqform .jqTransformInputInner div, .jqform_input .jqTransformInputInner div input{
	width:155px!important;
	height:31px!important;
}
*/

/* jqcheckbox */
.jqcheckbox{
	height:25px;
}

 
/* jqform_loca */
.jqform_loca_wrapper{
	margin:5px 0 0;
}

.jqform_loca{
	display:inline-block;
}

.jqform_loca .jqTransformSelectWrapper{
	width:220px!important;
	height:27!important;
}

.jqform_loca .jqTransformSelectWrapper a.jqTransformSelectOpen{
	height:27px!important;
}

.jqform_loca .jqTransformSelectWrapper ul{
	width:218px!important;
	top:27px;
}

.jqform_loca .jqTransformSelectWrapper div span{
	width:200px!important;
	font-weight:bold;
	color:#1468B0;
}

/* jqform_button */
.jqform_button{
	margin:0 -3px 0 0 ;
}

/********* category list search style **********/
.Blocks_attrSearch_1{}


/* property_list_left */
.property_list_left div.jqform, .property_list_right div.jqform{
	border:none;
}

.property_list_left .jqform_label{
	width:30px;
	font-size:11px;
}

.property_list_left .jqform_date{
	margin:0 0 0 6px;
	width:65px!important;
	height:27px!important;
}


.property_list_left .jqform_date .jqTransformInputWrapper{
	width:65px!important;
}

.property_list_left .jqform_date .jqTransformInputInner div input{
	font-size:11px;
	left:6px;
}

.property_list_left .jqform_date .buttons_calendar{
	width:65px!important;
}


.property_list_left .jqform_input{
	float:right;
}

.property_list_left .jqform_input .jqTransformInputWrapper{
	width:120px!important;
}


.property_list_left .jqform_day{
	float:right;
}


.property_list_left .jqform_drop{
	float:right;
}

.property_list_left .jqform_drop .jqTransformSelectWrapper{
	width:65px!important;
	margin:0 0 0 6px;
}

.property_list_left .jqform_drop .jqTransformSelectWrapper ul{
	width:63px!important;
}


/* property_list_right */
.property_list_right .jqform_drop{
	float:right;
}

.property_list_right .jqform_drop .jqTransformSelectWrapper{
	width:65px!important;
	margin:0 0 0 6px;
}

.property_list_right .jqform_drop .jqTransformSelectWrapper ul{
	width:63px!important;
}

.Blocks_attrSearch_1{}


.property_list_right .jqform_day{
	float:right;
}

.property_list_right .jqform_day .jqTransformSelectWrapper{
	width:135px!important;
}

.property_list_right .jqform_day .jqTransformSelectWrapper ul{
	width:133px!important;
}

.property_list_right .jqform_input{
	float:right;
}


.property_list_right .jqform_input .jqTransformInputInner div input{
	background:url(../images/main/search_bg.png) no-repeat 180px 10px;
	background:url(../images/main/search_bg.png) no-repeat 180px 10px\9;
	padding:0;
	line-height:28px\9;
	top:-4px;
}

@-moz-document url-prefix()
{
.property_list_right .jqform_input .jqTransformInputInner div input{
	background:url(../images/main/search_bg.png) no-repeat 180px 6px;
	padding:0;
}

}

/* jqform_icon */
.jqform_icon{
	display:inline-block;
	min-width:150px;
	margin:0 0 10px;
}

.jqform_icon a{

}

.jqform_icon a span{
	color:#585858;
	font-weight:normal;
	font-size:12px;
	vertical-align:top;
	padding:8px 0 0 10px;
	display:inline-block;
}

/* cottageList search jqform_icon */
.jqform_icon a img{

}

.jqform_icon a.icon_light span{
	color:#1468B0;
}

.jqform_icon a:hover{
	text-decoration:none;
}

.jqform_icon a:hover span{
	color:#B1292B;
}


/* cartTable jqform */
.cartTable_input_s .jqTransformInputWrapper{
	width:30px!important;
}

.cartTable .jqTransformInputInner div input:hover{
	background:transparent;
}


/* windowlogin */

.windowlogin .jqTransformInputWrapper{
	width:205px!important;
	float:none;
	margin:0 auto 16px;
}

.windowlogin .jqTransformSafari .jqTransformInputInner div input{
	top:-12px;
}

.windowlogin .jqTransformInputInner div input:hover{
	background:transparent;
	border:none;
}

.windowlogin button.jqTransformButton{
	height:37px;
	margin:0;
	padding:0;
}


.windowlogin button.jqTransformButton span span{
	height:27px;
}