form.jqtransformdone label{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	float:left;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	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 {
	background: transparent url(/../../images/btn_right.png) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 12px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 20px;
}

button.jqTransformButton span span {
	background: transparent url(/../../images/btn_left.png) no-repeat top left;
	/*behavior: url(js/iepngfix.htc);*/
	color: #333;
	padding: 4px 0px 2px 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	height: 20px;
	color: White;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 14px;
}

/*hover*/
/*button.jqTransformButton_hover span span { background-position: left -33px ; }
button.jqTransformButton_hover span { background-position: right -33px ; }*/

/*clicked*/
/*button.jqTransformButton_click span span { background-position: left -66px ; }
button.jqTransformButton_click span { background-position: right -66px ; }*/

/* IE 6 */
* html button.jqTransformButton { height:20px; }
* button.jqTransformButton span span { height: 15px; }
/* IE 7 */
*+ html button.jqTransformButton { height:20px; }
*+ button.jqTransformButton span span { height: 15px; }


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(/../../images/input_text_right.png) no-repeat top right;	
	/*behavior: url(js/iepngfix.htc);*/
	height: 20px;
	padding:0 12px 0 0;
	float:left;

}

.jqTransformInputInner {

	background: transparent url(/../../images/input_text_left.png) no-repeat left top;
	/*behavior: url(js/iepngfix.htc);*/
	padding: 0  0px 0 0;
	margin:0 0px 0 0; 
}

.jqTransformInputInner div {
	height: 20px;
	margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	vertical-align: middle;
	height: 16px;
	color:#404040;	
	border: none;
	padding: 1px 0px 0px 0px;
	margin: 0 0 0 0px;
	background:transparent;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 2px 0 0 0;
	margin: 0 0 0 -8px;
	height:14px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 2px 0 0 0;
	margin-left:-10px;
	height:14px;
}

/*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;
}


 
 
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
    width:  50px;
    position:relative;
	height: 24px;
/*	behavior: url(js/iepngfix.htc);*/
	float:left;
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 16px;	
	color:#8e8e8e;
}
	.jqTransformSelectWrapper div
	{
		background: url(/../../images/select_left.png) no-repeat top left;
	/*behavior: url(js/iepngfix.htc);*/
		 
		height: 24px;
	}

.jqTransformSelectWrapper div span {
	font-size: 11px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 24px;
	line-height: 16px;
	padding: 2px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
    z-index:1000;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	
    display: block;
	position: absolute;
	right: -24px;
	width: 24px;
	height: 24px;
	background-image:  url(/../../images/select_right.png);
	background-position:  0 0;
	background-repeat: no-repeat;
	 
}

.jqTransformSelectWrapper ul {
    position: absolute;
	top: 24px;
	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: #8E8E8E!important;
	background-color: #FFF;
	font-size: 11px;
	
}

.jqTransformSelectWrapper ul a.selected {
    background: #EDEDED;
	color: #8E8E8E;
	font-size: 11px;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#ededed;
	color: #8E8E8E;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
