/*Buttons*/
.NFButton {width:auto; height:26px; color:#000; background:url(../btn_img/button.png) repeat-x 0 0; cursor:pointer; border:none; font:12px Tahoma;  vertical-align:middle;}
.NFButtonLeft, .NFButtonRight {width:6px; height:26px; vertical-align:middle;}
.NFButtonRight {background:url(../btn_img/button-left.png) no-repeat 0 0;}
.NFButtonLeft {background:url(../btn_img/button-right.png) no-repeat 0 0;}

/*Focused*/
.NFfocused {border:1px dotted #666;}
/*Hovered*/
.NFh {background-position:0 100%; color:#fff}
.NFhr {background-position:100% 100%;}
