/*##########################################
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; margin: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(/niceforms/default/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(/niceforms/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(/niceforms/default/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(/niceforms/default/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:22px;
line-height:22px;
	background:url(../images/select_bg.gif) repeat-x left top;
	border:none;
	padding:0px 4px;
	vertical-align:middle;
}
.textinputHovered {}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(/niceforms/default/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(/niceforms/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(/niceforms/default/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(/niceforms/default/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(/niceforms/default/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(/niceforms/default/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(/niceforms/default/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(/niceforms/default/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
background:url(/images/select.gif) no-repeat left top;
	height:22px;
margin-bottom:10px;
overflow:hidden;
	
}
.selectArea .left {
	width:10px;
	height:22px;
	float:left;
	background:url(/images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:31px;
	height:22px;
	float:right;
	background:url(/images/select_right.gif) no-repeat left top;
overflow:hidden;
}
.selectArea img {margin:0;}
.selectArea .right a {
	display:block;
	width:27px;
	height:22px;
	position:absolute;
overflow:hidden;
}
.selectArea .right i {display:none;}

.selectArea .center {
	width:130px;
float:left;
line-height:22px;
	color:#605c59;
	overflow:hidden;
	white-space:nowrap;
	border:0px;
height:22px;
margin:0;
padding:0;
	vertical-align:middle;
	background:transparent;
background:url(/images/select_bg.gif) repeat-x left top;

}

/*Selects drop-down*/

.fake_list
{
	
	padding:0px;
	z-index:1000;
	list-style-type:none;
	font-size:11px;
	margin:0px 0 0 5px;
	position:absolute;
	float:left;
	overflow:auto;

}

ul.fake_list li
{
background:#E6BF02;
	color:#605c59;
	padding:0px 2px 0px 7px;
	margin:0px;
	clear:none;
line-height:18px;
height:18px;
}
.fake_list li.selected
{
	color:#fff;
	background:#605c59;
}
/*Button*/
.niceforms .buttonSubmit, .niceforms .buttonSubmitHovered {
	width:auto;
	height:22px;
line-height:22px;
	color:#FFF;
	font-weight:bold;
	padding:0px;
	background:url(/images/select_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.niceforms .buttonSubmitHovered {background-position:left top;}
.niceforms .buttonImg {vertical-align:bottom;}
