/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Text inputs*/
.NFText {border-style:none; vertical-align:middle; font:12px/14px Tahoma, Arial, Helvetica, sans-serif; background: none;}
.NFTextCenter {height:17px; background:url(../images/input.png) repeat-x 0 0; padding:3px 0; margin:0; line-height:15px; float:left;}
.NFTextLeft, .NFTextRight {width:9px; height:23px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(../images/input_left.png) no-repeat 0 0;}
.NFTextRight {background:url(../images/input_right.png) no-repeat right top;}

/*Radio*/
.NFRadio {cursor:pointer; position:absolute; display:block; width:13px; height:13px; border:1px solid transparent; background:url(../images/radio.png) no-repeat 0 0; z-index:2;}

/*Checkbox*/
.NFCheck {cursor:pointer; position:absolute; width:12px; height:12px; border:1px solid transparent; background:url(../images/checkbox.png) no-repeat 0 0; z-index:2;}

/*Buttons*/
.NFButton {width:auto; height:26px; color:#fff; padding:0 2px; background:url(../images/button.png) repeat-x 0 0; cursor:pointer; border:none; font:10px/26px Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; letter-spacing:1px; vertical-align:middle;}
.NFButtonLeft, .NFButtonRight {width:6px; height:26px; vertical-align:middle;}
.NFButtonLeft  {background:url(../images/button-left.png) no-repeat 0 0;}
.NFButtonRight {background:url(../images/button-right.png) no-repeat 0 0;}

/*Textareas*/
.NFTextarea {border:none; background:none; font:12px/12px Tahoma, Arial, Helvetica, sans-serif; margin:0;}
.NFTextareaTop, .NFTextareaBottom {height:11px; clear:both; float:none; margin-left: 11px; }
.NFTextareaTop {background:url(../images/textarea_rt.png) no-repeat 100% 0;}
.NFTextareaBottom {background:url(../images/textarea_rb.png) no-repeat 100% 0; } /* margin-bottom:11px; */
.NFTextareaTopLeft, .NFTextareaBottomLeft {width:11px; height:11px; position: absolute; margin-left: -11px;}
.NFTextareaTopLeft {background: url(../images/textarea_lt.gif) no-repeat 0 0; }
.NFTextareaBottomLeft {background: url(../images/textarea_lb.gif) no-repeat 0 0;}
.NFTextareaLeft, .NFTextareaRight, .NFTextareaLeftH, .NFTextareaRightH {float:left; } /* padding-bottom:11px; */
.NFTextareaLeft, .NFTextareaLeftH {padding-left: 11px; }  /* width:11px; */
.NFTextareaLeft {background:url(../images/textarea_l.gif) repeat-y 0 0;}
.NFTextareaLeftH {background:url(../images/textarea_l.gif) repeat-y 0 0;}
.NFTextareaRight, .NFTextareaRightH { padding-bottom:0; padding-right:0px;}
.NFTextareaRight {background: #fdfdfd url(../images/textarea_r.gif) repeat-y 100% 0; }
.NFTextareaRightH {background: #fdfdfd url(../images/textarea_r.gif) repeat-y 100% 0; }

/*Selects*/
.NFSelect {height:23px; padding-left: 10px; background:url(../images/select_left.png) no-repeat 0 0; position: relative;} /* border:1px solid transparent; position:absolute;} */
.NFSelectLeft {float:left; width:1px; height:23px; background:url(../images/select_left.png) no-repeat 0 0; vertical-align:middle; display: none;}
.NFSelectRight   {
overflow: hidden; 
cursor:pointer; 
font:12px/14px Tahoma, Arial, Helvetica, sans-serif; 
color:#222222; 
padding:4px 25px 0 0px; 
margin-right:5px; 
height:18px; 
width:auto; 
/*white-space: nowrap; */
background:url(../images/select_right.png) no-repeat right top; 
line-height: 16px;
}
.NFSelectTarget  {position:absolute; background:none; margin-left:-13px; margin-top:22px; z-index:3; left:0; top:0; padding-bottom:13px;}
.NFSelectOptions {position:relative; left:0; top:0; background:#ededed; margin-left:16px; margin-top:0; list-style:none; padding:4px 0; color:#222222; font: 12px/13px Tahoma, Arial, Helvetica, sans-serif; z-index:4; max-height:200px; overflow-y:scroll; overflow-x:hidden; border-left: 1px solid #303030; border-bottom: 1px solid #303030;}
.NFSelectOptions li {padding-bottom:1px;}
.NFSelectOptions a {display:block; text-decoration:none; color:#222222; padding:2px 3px; background:none;}
.NFSelectOptions a.NFOptionActive {background:#0679c1; color: #eeeeee;}
.NFSelectOptions a:hover {background:#005fb9; color: white;}

/*Multiple Selects*/
.NFMultiSelect {border:0; background:none; margin:0;}
.NFMultiSelectTop, .NFMultiSelectBottom {height:11px; clear:both; float:none; padding-right:10px;}
.NFMultiSelectTop {background:url(../images/textarea_rt.png) no-repeat 100% 0;}
.NFMultiSelectBottom {background:url(../images/textarea_rb.png) no-repeat 100% 0; margin-bottom:5px;}
.NFMultiSelectTopLeft, .NFMultiSelectBottomLeft {width:11px; height:11px;}
.NFMultiSelectTopLeft {background: url(../images/textarea_lt.gif) no-repeat 0 0;}
.NFMultiSelectBottomLeft {background: url(../images/textarea_lb.gif) no-repeat 0 0;}
.NFMultiSelectLeft, .NFMultiSelectRight, .NFMultiSelectLeftH, .NFMultiSelectRightH {float:left; padding-bottom:5px;}
.NFMultiSelectLeft, .NFMultiSelectLeftH {width:11px;}
.NFMultiSelectLeft {background:url(../images/textarea_l.gif) repeat-y 0 0;}
.NFMultiSelectLeftH {background:url(../images/textarea_l.gif) repeat-y 0 0;}
.NFMultiSelectRight, .NFMultiSelectRightH {padding-right:5px; padding-bottom:0;}
.NFMultiSelectRight {background:url(../images/textarea_r.gif) repeat-y 100% 0;}
.NFMultiSelectRightH {background:url(../images/textarea_r.gif) repeat-y 100% 0;}

/*Focused*/
/*
.NFfocused {border:1px dotted #666;}
*/
/*Hovered*/
/*
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
*/

/*Hidden*/
.NFhidden {z-index:-1; position:absolute; opacity:0; filter:alpha(opacity=0);}

/*Files*/
.NFFileButton {padding-bottom:0; vertical-align:bottom; cursor:pointer; background:url(../images/file.png) no-repeat 0 0; width:60px; height:23px; }
.NFFile {position:relative; margin-bottom:5px;}
.NFFile input.NFhidden {position:relative; z-index:2; cursor:pointer; text-align:left; opacity:0; filter:alpha(opacity=0); }
.NFFileNew {position:absolute; top:0px; left:0px; z-index:1;}

/*Safari*/
select, input, textarea, button {outline:none; resize:none;}

* html .NFFileButton {margin-left: -3px;}
* html .NFhidden {visibility: hidden; height: 1px; overflow: hidden;}
