/*Selects*/
fieldset {background:none; border:0; float:left; margin-right:105px; padding:0; }

.NFSelect {height:25px; /*position:absolute;*/}
.NFSelectLeft {float:left; width:0; height:0; }
.NFSelectRight {height:19px; width:166px; padding:6px 0 0 5px; background:url(../images/select_green.gif) no-repeat 100% 0; cursor:pointer; font-size:12px; font-family: Arial, Helvetica, sans-serif; color:#fff;}
.NFSelectTarget {/*position:absolute;*/ background:none; margin:0; z-index:3;}

.NFSelectOptions {position:relative; width:171px; background: #2a8018;  margin:0; list-style:none; padding:0 0 0 0;  color:#ffffff; font:11px/13px Arial, Helvetica, sans-serif; z-index:4; max-height:215px; overflow-y:auto; overflow-x:hidden; left:0; top:0;}
.NFSelectOptions li {font-size:12px; height:20px; margin:0;  }
.NFSelectOptions a {height:16px; display:block; text-decoration:none; color:#ffffff; padding:4px 0 0 6px; background:none; }
.NFSelectOptions a.NFOptionActive {height:16px; background: #00CC33; width:171px; padding:4px 0 0 6px;}
.NFSelectOptions a:hover { height:16px; background:#295918; width:171px; padding:4px 0 0 6px;}
/*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;}


