/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/
/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040; 
}
.txtarea{
 margin:5px 0 0 82px;
 width:325px;
}
label {
	color:#6d6d6d;
	cursor:pointer;
	padding-left:2px;
	line-height:24px;
	width:80px!important;
	float:left; 
}
label.chosen {color:#6d6d6d;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Text inputs*/
.textinput, .textinputHovered {
	height:18px; width:300px!important;
	background:url(../images/input_bg.gif) repeat-x left center;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}

.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

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

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#fe0000;
	background:none;
	font:normal 11px Century Gothic, Verdana;;
	padding:2px; border:none;
	cursor:pointer;
	float:right; margin-right:100px;
}
