.jqtransformdone label{
	margin:4px 0 0 0;
	display: block;
	float:left;
}
.jqtransformdone .araVer{
	clear:both;
	padding:10px;
	overflow: hidden;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	color: #666666;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	*font-weight: 500;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

button.jqTransformButton span {
	background: transparent url(../resimler/form/btn_right.png) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 2px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height:25px;
}

button.jqTransformButton span span {
	background: transparent url(../resimler/form/btn_left.png) no-repeat top left;
	color: #9b9b9b;
	padding: 6px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height:25px;
}

/*hover*/
button.jqTransformButton_hover span span { background-position: left -26px ; }
button.jqTransformButton_hover span { background-position: right -26px ; }

/*clicked*/
button.jqTransformButton_click span span { background-position: left -52px ; }
button.jqTransformButton_click span { background-position: right -52px ; }

/* IE 6 */
* html button.jqTransformButton {; height:25px; }
* button.jqTransformButton span span { height: 25px; }
/* IE 7 */
*+ html button.jqTransformButton {height:20px; }
*+ button.jqTransformButton span span { height: 20px; }



/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(../resimler/form/input/input_text_left.png) no-repeat left top;
	height: 26px;
	padding: 0px;
	float:left;
}

.jqTransformInputInner {
	background: transparent url(../resimler/form/input/input_text_right.png) no-repeat top right;
	padding: 0px;
	height: 26px;
	margin: 0px -1px 0 5px;
	*margin: 0px 0px 0 5px;
}

.jqTransformInputInner div.inputArka {
	height: 32px;
	margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
	font-family:'Dosis', Helvetica, sans-serif;
	font-size:12px;
	font-weight: 600;
	*font-weight: 500;
	line-height: 18px;
	vertical-align: middle;
	height: 19px;
	color:#9b9b9b;	
	text-indent: 3px;
	border: none;
	margin: 0px;
	background:transparent;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:30px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	margin-left:-10px;
	height:30px;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -27px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -27px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -54px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -54px ;}



.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;
}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:5px 0px;}
.jqTransformRadio {
	background: transparent url(../resimler/form/radio.html) no-repeat left 0px;
	vertical-align: middle;
	height: 18px;
	width: 19px;
	display: block;
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(../resimler/form/checkbox.html) no-repeat center 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: 45px;
	position:relative;
	height: 26px;
	background: url(../resimler/form/select_left.png) no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	color: #9b9b9b;
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 34px;
	padding: 6px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	width: 21px;
	height: 26px;
	right: 0;
	background: url(../resimler/form/select_right.png) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 26px;
	left: 0px;
	list-style: none;
	background-color: #e9f1f4;
	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:#9b9b9b;
	background-color: #e9f1f4;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #f9fdff;
	color: #9b9b9b;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#f9fdff;
	color: #9b9b9b;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
	visibility: hidden;
	position: absolute;	
}