/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms*/

img {border:0;}


form.niceforms{
	line-height:normal;
}
/*Forms defaults - change as needed*/
.niceforms input, .niceforms textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* color:#404040; */
	border:0px;
	line-height:normal;
}

label {
	color:#999;
	cursor:pointer;
/* 	padding-left:2px; */
	/* line-height:16px; */
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-6000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../default/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../default/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../default/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../default/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	
	height:23px	!important;
	background:url(../default/input_bg.gif) repeat-x left top;
	border:none	!important;
	padding:9px 0 0 0		!important;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom; }
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../default/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../default/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../default/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../default/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../default/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../default/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../default/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../default/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}





/*Selects*/
.selectArea {
	width:208px	!important;
	height:32px;
	background-image:url(../default/select_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.detection .selectArea {
	width:184px	!important;
	_width:184px !important;
	height:32px;
	_background-color:#ffffff;
	background-image:url(../default/select_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}



.selectArea .left {
	width:8px;
	height:32px;
	float:left;
	background:url(../default/select_left.gif) no-repeat left top;
	back_ground:orange;
}
.selectArea .right {
	width:34px;
	height:32px;
	float:right;
	background:url(../default/select_right.gif) no-repeat left top;
	back_ground:pink;
}
.selectArea .right a {
	display:block;
	width:32px;
	height:32px;
	position:absolute;
}
.selectArea .right i {display:none;}


.selectArea .center {
	width:163px				!important;
	_width:157px			!important;
	height:21px				!important;
	color:#333333;
	padding-top:8px			!important;
	overflow:hidden;
	white-space:nowrap;
	border-right:1px solid #b3b3b3;
	_border-right:0px solid #b3b3b3;
	border-top:0px;
	vertical-align:middle;
	background:transparent;
	font-size:12px			!important;
}

.detection .selectArea .center {
	width:139px				!important;
	_width:133px			!important;
	height:21px				!important;
	_height:20px			!important;
	color:#333333;
	margin:1px 0 0 0;
	_margin:0 0 0 0;
	padding-top:7px			!important;
	_padding-top:7px		!important;
	overflow:hidden;
	white-space:nowrap;
	border-right:1px solid #b3b3b3;
	_border-right:0px solid #b3b3b3;
	border-top:0px;
	vertical-align:middle;
	background:#ffffff;
	font-size:12px			!important;
}


/*Selects drop-down*/
.fake_list
{
	position:absolute 		!important;
	
	float:left;
	z-index:1000;
	
	width:208px				!important;
	
	list-style-type:none;
	font-size:12px			!important;
	font-family:Arial, Helvetica, sans-serif !important;
	
	margin:6px 0 0 0;
	_margin:6px 0 0 -3px;
	padding:0px;

	background:#ffffff		!important;
	cursor: pointer;
	cursor:hand;
}

ul.fake_list li
{
	clear:none;
	color:#333333;
	margin: 0 0 0 0;
	padding:4px 2px 4px 10px;

	background:#e6e6e6		!important;
}
.fake_list li.selected
{
	color:#333333;
	background:#cccccc		!important;
	border-color:#b3b3b3;
} 



.fake_list.zusatz
{
	position:absolute 		!important;
	float:left;
	z-index:1000;
	
	width:184px				!important;
	_width:184px				!important;
	
	list-style-type:none;
	font-size:12px			!important;
	font-family:Arial, Helvetica, sans-serif !important;
	
	margin:6px 0 0 0;
	_margin:6px 0 0 -3px;
	padding:0px;
	
	background:#ffffff		!important;
	cursor: pointer;
	cursor:hand;
}

ul.fake_list.zusatz li
{
	clear:none;
	color:#333333;
	margin: 0 0 0 0;
	padding:4px 2px 4px 10px;
	background:#ffffff		!important;
}

.fake_list.zusatz li.selected
{
	color:#333333;
	background:#cccccc		!important;
	border-color:#b3b3b3;
}




/*Button*/
.niceforms .buttonSubmit, .niceforms .buttonSubmitHovered {
	width:208px;
	height:32px;
	color:#FFF;

	font-weight:normal;
	padding:2px;
	background:url(../default/button_bg.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	text-align:left;
	padding-left:116px		!Important;
}
.niceforms .buttonSubmitHovered { background:url(../default/button_bg_xon.gif) no-repeat !important; background-position:left bottom;}
.niceforms .buttonImg {vertical-align:bottom;}



/*JGB*/
/* .niceform{ margin:5px 0 0 0; } */

/* .txtareaArea span,
.niceform  span,
.inputArea label span{
	display:					block;
	padding:					0 0 5px 0	!important;
	font-family:				Arial, Helvetica, sans-serif	!important;
}

.inputArea label input{
	visibility:					visible;
	height:						23px;
	padding:					7px 7px 0 7px;
	border:						1px solid #b3b3b3;
	font-size:					12px;
} */




