
.niceform input{font:12px/12px Arial, Helvetica, sans-serif !important; padding:0 !important;
background: none !important; border: 0px !important; width: 200px !important;}

.niceform {
margin: 0px !important;
}
/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Text inputs*/
.NFText {border:none; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; background:none;}
.NFTextCenter {height:27px; background:url(/gfx/fu2.png) repeat-x 0 0; padding:3px 0; margin:0; float:left; line-height:15px;}
.NFTextLeft, .NFTextRight {width:6px; height:27px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(/gfx/fu1.png) no-repeat 0 0;}
.NFTextRight {background:url(/gfx/fu2.png) no-repeat 0 0;}
/*Files*/
.NFFileButton {padding-bottom:0; vertical-align:bottom; cursor:pointer !important; background:url(/gfx/fu3.png) no-repeat 0 0; width:108px; height:27px; }
.NFFile {position:relative; margin-bottom:5px;}
.NFFile input.NFhidden {position:relative; filter:alpha(opacity=0); opacity:0; z-index:2; cursor:pointer; text-align:left;}
.NFFileNew {position:absolute; top:0px; left:0px; z-index:1;}
/*Focused*/
.NFfocused {border:1px dotted #666;}

/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}