/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Text inputs

.NFTextCenter {height:15px; background:url(images/input.png) repeat-x 0 0; padding:3px 0; margin:0; float:left; line-height:15px;}
.NFTextLeft, .NFTextRight {width:7px; height:21px; 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 0 0;}*/

/*Selects*/
.NFSelect {height:23px;position:absolute; border:0px solid transparent;}
.NFSelectLeft {float:left; width:7px; height:23px; background:url(select-left.jpg) no-repeat 0 0; vertical-align:middle;}
.NFSelectRight {height:23px; width:auto; background:url(select-right.jpg) no-repeat 100% 0; cursor:pointer; font:10px/21px Arial, Helvetica, sans-serif;font-weight:bold; color:#000000; padding-left:2px; margin-left:2px;}
.NFSelectTarget {position:absolute; background:none; margin-left:-15px; margin-top:18px; z-index:3; left:0; top:0; padding-bottom:13px;}
.NFSelectOptions {position:relative; background:#FFFFFF; margin-left:16px; border:1px solid #9d9d9d; margin-top:0; list-style:none; padding:4px 0; color:#000000; font:11px/13px Arial, Helvetica, sans-serif; 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:#000000; padding:2px 3px; background:none;}
.NFSelectOptions a.NFOptionActive {background:#eb5918;}
.NFSelectOptions a:hover {background:#eb5918;}


/*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;}