/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Text inputs*/
.NFText {width:223px; height:20px;border:none; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; line-height:20px; background:none;}
.NFTextCenter {height:20px; background:url(../images/layout/niceforms/input.png) repeat-x 0 0; padding:15px 0; margin:0; float:left; line-height:20px;}
.NFTextLeft, .NFTextRight {width:25px; height:50px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(../images/layout/niceforms/input-left.png) no-repeat 0 0;}
.NFTextRight {background:url(../images/layout/niceforms/input-right.png) no-repeat 0 0;}
/*Radio*/
.NFRadio {cursor:pointer; position:absolute; display:block; width:13px; height:13px; border:1px solid transparent; background:url(../images/layout/niceforms/radio.png) no-repeat 0 0; z-index:2;}
/*Checkbox*/
.NFCheck {cursor:pointer; position:absolute; width:16px; height:16px; border:0; background:url(../images/layout/niceforms/checkbox.png) no-repeat 0 0; z-index:2;}
.NFCheckNFfocused {cursor:pointer; position:absolute; width:16px; height:16px; border:0; background:url(../images/layout/niceforms/checkbox.png) no-repeat 0 0; z-index:2;}
/*Buttons*/
.NFButton {width:auto; height:28px; color:#fff; padding:0 5px; background:url(../images/layout/niceforms/button.png) repeat-x 0 0; cursor:pointer; border:none; font:16px "Lucida Sans", "Lucida Grande", sans-serif; font-weight:bold; letter-spacing:1px; vertical-align:middle; overflow: visible;}
.NFButtonLeft, .NFButtonRight {width:10px; height:28px; vertical-align:middle;}
.NFButtonLeft {background:url(../images/layout/niceforms/button-left.png) no-repeat 0 0;}
.NFButtonRight {background:url(../images/layout/niceforms/button-right.png) no-repeat 0 0;}
/*Textareas*/
.NFTextarea {border:none; background:none; font:12px/12px Arial, Helvetica, sans-serif; margin:0;}
.NFTextareaTop, .NFTextareaBottom {height:25px; clear:both; float:none; padding-right:50px;}
.NFTextareaTop {background:url(../images/layout/niceforms/textarea-tr.png) no-repeat 100% 0;}
.NFTextareaBottom {background:url(../images/layout/niceforms/textarea-br.png) no-repeat 100% 0; margin-bottom:25px;}
.NFTextareaTopLeft, .NFTextareaBottomLeft {width:25px; height:25px;}
.NFTextareaTopLeft {background:#fff url(../images/layout/niceforms/textarea-tl.png) no-repeat 0 0;}
.NFTextareaBottomLeft {background:#fff url(../images/layout/niceforms/textarea-bl.png) no-repeat 0 0;}
.NFTextareaLeft, .NFTextareaRight, .NFTextareaLeftH, .NFTextareaRightH {float:left; padding-bottom:25px;}
.NFTextareaLeft, .NFTextareaLeftH {width:25px;}
.NFTextareaLeft {background:url(../images/layout/niceforms/textarea-l-off.png) repeat-y 0 0;}
.NFTextareaLeftH {background:url(../images/layout/niceforms/textarea-l-over.png) repeat-y 0 0;}
.NFTextareaRight, .NFTextareaRightH {padding-right:25px; padding-bottom:0;}
.NFTextareaRight {background:url(../images/layout/niceforms/textarea-r-off.png) repeat-y 100% 0;}
.NFTextareaRightH {background:url(../images/layout/niceforms/textarea-r-over.png) repeat-y 100% 100%;}
/*Files*/
.NFFileButton {padding-bottom:0; vertical-align:bottom; cursor:pointer; background:url(../images/layout/niceforms/file.png) no-repeat -5px 0px; width:60px; height:21px;margin-top:15px;}
.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;display:none;}
.NFFileNew {/*position:absolute;*/ top:0px; left:0px; z-index:1;}
/*Selects*/
.NFSelect {height:50px; position:absolute; border:1px solid transparent;}
.NFSelectLeft {float:left; width:15px; height:50px; background:url(../images/layout/niceforms/select-left.png) no-repeat 0 0; vertical-align:middle;}
.NFSelectRight {height:50px; width:auto; background:url(../images/layout/niceforms/select-right.png) no-repeat 100% 0; cursor:pointer; font:14px Arial, Helvetica, sans-serif; color:#573b28; line-height: 50px; padding-left:10px; margin-left:15px;}
.NFSelectRight:hover {background-position:100% -50px;}
.NFSelectTarget {position:absolute; background:none; margin-left:12px; margin-top:37px; z-index:3; left:0; top:0;}
.NFSelectOptions {position:relative; background:#afd0d8; margin-left:0; margin-top:0; list-style:none; padding:4px 0; color:#fff; font:14px Arial, Helvetica, sans-serif; border: 1px solid #b8c1c8; z-index:4; max-height:200px; overflow-y:auto; overflow-x:hidden; left:0; top:0;}
.NFSelectOptions li {padding-bottom:1px;}
.NFSelectOptions a {display:block; text-decoration:none; color:#573b28; padding:5px; background:none;}
.NFSelectOptions a.NFOptionActive {background:#8bb2bc; color: #fff;}
.NFSelectOptions a:hover {background:#8bb2bc;}
/*Multiple Selects*/
.NFMultiSelect {border:0; background:none; margin:0;}
.NFMultiSelectTop, .NFMultiSelectBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFMultiSelectTop {background:url(../images/layout/niceforms/textarea-tr.png) no-repeat 100% 0;}
.NFMultiSelectBottom {background:url(../images/layout/niceforms/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFMultiSelectTopLeft, .NFMultiSelectBottomLeft {width:5px; height:5px;}
.NFMultiSelectTopLeft {background:#f2f2e6 url(../images/layout/niceforms/textarea-tl.png) no-repeat 0 0;}
.NFMultiSelectBottomLeft {background:#f2f2e6 url(../images/layout/niceforms/textarea-bl.png) no-repeat 0 0;}
.NFMultiSelectLeft, .NFMultiSelectRight, .NFMultiSelectLeftH, .NFMultiSelectRightH {float:left; padding-bottom:5px;}
.NFMultiSelectLeft, .NFMultiSelectLeftH {width:5px;}
.NFMultiSelectLeft {background:url(../images/layout/niceforms/textarea-l-off.png) repeat-y 0 0;}
.NFMultiSelectLeftH {background:url(../images/layout/niceforms/textarea-l-over.png) repeat-y 0 0;}
.NFMultiSelectRight, .NFMultiSelectRightH {padding-right:5px; padding-bottom:0;}
.NFMultiSelectRight {background:url(../images/layout/niceforms/textarea-r-off.png) repeat-y 100% 0;}
.NFMultiSelectRightH {background:url(../images/layout/niceforms/textarea-r-over.png) repeat-y 100% 0;}

/*Focused*/
.NFfocused {border:1px dotted #666;}
/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}