form.jqtransformdone label {
	margin-top:4px;
	display: block;
	float:left;
	width:69px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#fff;
	cursor:default !important;
}
form.jqtransformdone label.s1 {width:63px;}
form.jqtransformdone label.text {width:auto; display:block; float:none; height:21px;}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:0;
}
form.jqtransformdone div.rowElem2{
	width:100%;
	overflow:hidden;
}
/* -------------
 * 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(img/btn_right.gif) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

button.jqTransformButton span span {
	background: transparent url(img/btn_left.gif) no-repeat top left;
	color: #333;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 33px;
}

/*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:33px; }
* button.jqTransformButton span span { height: 25px; }
/* IE 7 */
*+ html button.jqTransformButton { height:33px; }
*+ button.jqTransformButton span span { height: 25px; }


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	height: 21px;
	padding: 0px;
	float:left;
	width:auto !important;
}

.jqTransformInputInner {
	padding: 0px;
	margin: 0px;
	height:21px;
}

.jqTransformInputInner div {
	height: 21px;
	margin:0;
}

#form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.25em;
	color:#6e6e6e;	
	border: none;
	padding: 2px 10px;
	margin: 0;
	border:1px solid #3e3e3e;
	background:none;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
	#form input.t1 {width:58px;}
	#form input.t2 {width:88px;}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
}



textarea.msg {
	width:275px;
	height:94px;
	padding:10px; 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.23em;
	color:#737373;
	border:1px solid #3e3e3e;
	background:none;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	overflow:auto;
}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px;	margin-top:5px;}
.jqTransformRadio {
	background: transparent url(img/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:4px;
}
a.jqTransformCheckbox {
	background: url(../images/checkbox.gif) left top;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 200px !important;
	position:relative;
	height: 21px;
	background: url(../images/select-left.png) no-repeat left top;
	float:left;
}
	.sel-2 .jqTransformSelectWrapper {
		width: 58px !important;
	}
	.sel-3 .jqTransformSelectWrapper {
		width: 78px !important;
	}

.jqTransformSelectWrapper div span {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	color:#6e6e6e;
	position: absolute;
	white-space: nowrap;
	height: 17px;
	line-height: 1.2em;
	padding: 4px 0 0 6px;
	overflow: hidden;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 18px;
	height: 21px;
	background: url(../images/select-right.gif) center center no-repeat;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 198px !important;
	top: 23px;
	left: 0px;
	list-style: none;
	background-color: #000;
	border: solid 1px #3e3e3e;
	display: none;
	margin: 0px;
	padding: 0px;
	min-height: 60px !important;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}
	.sel-2 .jqTransformSelectWrapper ul {
		width:58px !important;
	}
	.sel-3 .jqTransformSelectWrapper ul {
		width:78px !important;
	}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 1px 5px;
	text-decoration: none;
	color:#6e6e6e;
	background-color: #000;
	font-size: 10px;
	line-height:1.2em;
}

.jqTransformSelectWrapper ul a.selected {
	background: #000;
	color: #fff;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3e3e3e;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}