/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Forms defaults - change as needed*/
#section5 input, #section5 textarea {font-family:Helvetica,Sans-Serif,Arial; font-size:12px; color:#404040;}
#section5 label {color:#FFF; cursor:pointer; padding-left:2px; line-height:25px;}
#section5 label.chosen {color:#333;}

/*Text inputs*/
.textinput, .textinputHovered {height:15px; background:url('../images/input_bg.gif') repeat-x left top; border:none; padding:4px 0; vertical-align:middle;}
.textinputHovered {background-position:left bottom;}
.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_xon.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 top right;}
.txtarea .br_xon {background:url('../images/txtarea_br_xon.gif') no-repeat top right;}
.txtarea .cntr {background:url('../images/txtarea_cntr.gif') repeat-y right top;}
.txtarea .cntr_xon {background:url('../images/txtarea_cntr_xon.gif') repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {width:5px; background:url('../images/txtarea_l.gif') repeat-y left top; float:left;}
.txtarea .cntr_l_xon {background:url('../images/txtarea_l_xon.gif') repeat-y left top;}
.txtarea textarea {border:0; background:none; padding:0; margin:5px;}