#form-1 {display:block;}


#form-1 .width-1 {float:left; width:195px;}
#form-1 .width-1 strong{padding-top:3px;}
#form-1 .width-2 {float:left; width:68px; margin-right:8px;}
#form-1 .width-3 {float:left; width:52px; margin-right:7px;}
#form-1 .width-4 {float:left; width:58px; margin-right:0;}

#form-1 .radio {float:left; width: 40px; font-weight:normal;}

#form-1 .text-form {
	float:left; 
	display:block;
	width:73px;
	font-size:12px; 
	line-height:1.23em; 
	color:#fff; 
	padding:4px 9px 0 0;
	text-align:right;
}

#form-1 .text-form5 {
	float:left; 
	display:block;
	width:73px;
	font-size:12px; 
	line-height:1.23em; 
	color:#fff; 
	padding:4px 9px 0 0;
	text-align:right;
}

#form-1 .text-form6 {
	float:left; 
	display:block;
	width:72px;
	font-size:12px; 
	line-height:1.23em; 
	color:#fff; 
	padding:4px 8px 0 0;
	text-align:right;
}

#form-2 .width-1 {float:left; width:407px;}
#form-2 .width-2 {float:left; width:492px;}

#form-2 .text-form {
	float:left; 
	display:block;
	width:89px;
	font-size:12px; 
	line-height:1.23em; 
	color:#fff; 
	padding:4px 8px 0 0;
	text-align:right;
}

#form-2 .text-form1 {
	float:left; 
	display:block;
	width:175px;
	font-size:12px; 
	line-height:1.23em; 
	color:#fff; 
	padding:4px 7px 0 0;
	text-align:right;
}


.rows {min-height:26px; margin:2px 0 4px 0;}
.rows-1 {min-height:26px; margin:10px 0 4px 0;}


form.jqtransformdone label{
	display: block;
	float:left;
}

form.jqtransformdone div.rowElem{
	clear:both;
	padding:0px 0px;
}

form.jqtransformdone div.rowElem0{
	padding:0px 0px 0 0px;
}


form.jqtransformdone div.rowElem1{
	clear:both;
	padding:2px 0px 0 2px;
}

/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

button.jqTransformButton span {
	background: none;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

button.jqTransformButton span span {
	background: none;
	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
 * ------------- */
#form-1 .jqTransformInputWrapper {
	height: 26px;
	width: 195px !important;
	padding: 0;
	float:left;
}
#form-1 .jqTransformInputInner {

	padding: 0px;
	width: 195px;
	margin: 0px;
}

#form-1 .jqTransformInputInner div {
	height: 26px;
	margin:0px 0px 0px 0px;
}

#form-1 .jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.9em;
	margin: 0px;
	padding:5px 5px;
	color:#3bbfdb;
	width: 183px !important;
	position:relative;
	height: 11px;
	border:1px solid #eeeeee; background:#fff;
	float:left;
	z-index:1;
}

#form-2 .jqTransformInputWrapper {
	height: 26px;
	width: 407px !important;
	padding: 0;
	float:left;
}
#form-2 .jqTransformInputInner {

	padding: 0px;
	width: 407px;
	margin: 0px;
}

#form-2 .jqTransformInputInner div {
	height: 26px;
	margin:0px 0px 0px 0px;
}

#form-2 .jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.9em;
	margin: 0px;
	padding:5px 11px;
	color:#919090;
	width: 383px !important;
	position:relative;
	height: 11px;
	border:1px solid #eeeeee; background:#fff;
	float:left;
	z-index:1;
}



/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 10px;
	margin: 0 0 0 0px;
	height:33px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 6px 10px;
	margin-left:0px;
	height:18px;
	line-height:16px;
	width:300px;
}

/*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 0px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 36px; 
	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(img/textarea/textarea_tl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background: url(img/textarea/textarea_tm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background: url(img/textarea/textarea_tr.gif) no-repeat top left;}

table.jqTransformTextarea td#jqTransformTextarea-ml{background: url(img/textarea/textarea_ml.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background: url(img/textarea/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background: url(img/textarea/textarea_mr.gif) repeat-y top left;}

table.jqTransformTextarea td#jqTransformTextarea-bl{background: url(img/textarea/textarea_bl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background: url(img/textarea/textarea_bm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background: url(img/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(img/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(img/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:inline-block; margin:5px 5px 0 0px;}
.jqTransformRadio {
	background: transparent url(../images/radio.png) no-repeat center top;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	display:block;
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block; float:left;
	margin:4px 4px 0 0px;
}
a.jqTransformCheckbox {
	background: transparent url(../images/checkbox.gif) no-repeat left top;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: left bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 188px !important;
	position:relative;
	height: 26px;
	border:1px solid #eeeeee; 
	background:#fff;
	float:left;
	z-index:1;
}

.jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 15px;
	padding: 6px 0 0 9px;
	overflow: hidden;
	cursor:pointer;
	width:154px !important;
	z-index:2;
	border-right: none;
	border-left:none;
	border-top:none;
	border-bottom:none;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	top:0px;
	width: 21px;
	height: 21px;
	background: url(../images/select.png) no-repeat center center;
	z-index:3;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 170px !important;
	top: 28px;
	left: -1px;
	list-style: none;
	border:1px solid #eeeeee; 
	background:#fff;
	display: none;
	margin: 0px;
	padding: 10px 9px;
	height: 50px;
	overflow: auto;
	overflow-y: auto;
	z-index:4;
}


.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#000;
	font-size: 13px;
}

.jqTransformSelectWrapper ul a.selected {
	color: #000;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	color: #000;
}

/************** #form-1 *************************/



#form-1 .width-2 .jqTransformSelectWrapper {
	width: 68px !important;
	position:relative;
	height: 22px;
	background:#fff;
	border:1px solid #eeeeee; 
	background:#fff;
	float:left;
	z-index:1;
}

#form-1 .width-2 .jqTransformSelectWrapper div span {
	
	font-size: 13px;
	color:#919090;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 18px;
	padding: 2px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	width:40px !important;
	z-index:2;
}


#form-1 .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	top:0px;
	width: 21px;
	height: 21px;
	background: url(../images/select.png) no-repeat center center;
	z-index:3;
}

#form-1 .width-2 .jqTransformSelectWrapper ul {
	position: absolute;
	width: 56px !important;
	top: 23px;
	left: -1px;
	list-style: none;
	border:1px solid #eeeeee; 
	background:#fff;
	display: none;
	margin: 0px;
	padding: 5px 6px;
	height: 40px;
	overflow: auto;
	z-index:4;
}

#form-1 .width-3 .jqTransformSelectWrapper {
	width: 52px !important;
	position:relative;
	height: 22px;
	background:#fff;
	border:1px solid #eeeeee; 
	background:#fff;
	float:left;
	z-index:1;
}

#form-1 .width-3 .jqTransformSelectWrapper div span {
	
	font-size: 13px;
	color:#919090;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 18px;
	padding: 2px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	width:22px !important;
	z-index:2;
}


#form-1 .width-3 .jqTransformSelectWrapper ul {
	position: absolute;
	width: 40px !important;
	top: 23px;
	left: -1px;
	list-style: none;
	border:1px solid #eeeeee; 
	background:#fff;
	display: none;
	margin: 0px;
	padding: 5px 6px;
	height: 40px;
	overflow: auto;
	z-index:4;
}

#form-1 .width-4 .jqTransformSelectWrapper {
	width: 58px !important;
	position:relative;
	height: 22px;
	background:#fff;
	border:1px solid #eeeeee; 
	background:#fff;
	float:left;
	z-index:1;
}

#form-1 .width-4 .jqTransformSelectWrapper div span {
	
	font-size: 13px;
	color:#919090;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 18px;
	padding: 2px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	width:34px !important;
	z-index:2;
}


#form-1 .width-4 .jqTransformSelectWrapper ul {
	position: absolute;
	width: 46px !important;
	top: 23px;
	left: -1px;
	list-style: none;
	border:1px solid #eeeeee; 
	background:#fff;
	display: none;
	margin: 0px;
	padding: 5px 6px;
	height: 40px;
	overflow: auto;
	z-index:4;
}

#form-1 .jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color:#919090;
	font-size: 12px;
}

#form-1 .jqTransformSelectWrapper ul a.selected {
	color:#000;
}

#form-1 .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	color:#000;
}


#form-2 .width-2 .jqTransformSelectWrapper {
	width: 490px !important;
	position:relative;
	height: 21px;
	background:#fff;
	border:1px solid #eeeeee; 
	background:#fff;
	float:left;
	z-index:1;
}

#form-2 .width-2 .jqTransformSelectWrapper div span {
	
	font-size: 13px;
	color:#919090;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 18px;
	padding: 2px 0 0 11px;
	overflow: hidden;
	cursor:pointer;
	width:458px !important;
	z-index:2;
}


#form-2 .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	top:0px;
	width: 21px;
	height: 21px;
	background: url(../images/select.png) no-repeat center center;
	z-index:3;
}

#form-2 .width-2 .jqTransformSelectWrapper ul {
	position: absolute;
	width: 470px !important;
	top: 22px;
	left: -1px;
	list-style: none;
	border:1px solid #eeeeee; 
	background:#fff;
	display: none;
	margin: 0px;
	padding: 5px 10px;
	height: 40px;
	overflow: auto;
	z-index:4;
}

#form-2 .jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color:#919090;
	font-size: 12px;
}

#form-2 .jqTransformSelectWrapper ul a.selected {
	color:#000;
}

#form-2 .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	color:#000;
}


/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}