/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Text inputs*/
.NFText {border:none; vertical-align:middle; font:18px Helvetica Neue, Helvetica, Arial, sans-serif; background:none;}
.NFTextCenter {height:26px; background:url(/images/zumocast/text_middle.png) repeat-x 0 0; padding:8px 0; margin:0; float:left; line-height:24px;}
.NFTextCenter.NFfocused, .NFTextCenter.NFh, .NFTextCenter.NFhr {background:url(/images/zumocast/text_middle_selected.png) repeat-x 0 0;}
.NFTextLeft, .NFTextRight {width:11px; height:42px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(/images/zumocast/text_left.png) no-repeat 0 0;}
.NFTextLeft.NFfocused, .NFTextLeft.NFh, .NFTextLeft.NFhr {background:url(/images/zumocast/text_left_selected.png) no-repeat 0 0;}
.NFTextRight {background:url(/images/zumocast/text_right.png) no-repeat 0 0; margin-right: 10px;}
.NFTextRight.NFfocused, .NFTextRight.NFh, .NFTextRight.NFhr {background:url(/images/zumocast/text_right_selected.png) no-repeat 0 0;}
/*Buttons*/
.NFButton {width:auto; height:43px; color:#fff; padding:0 2px; background:url(/images/zumocast/button_middle.png) repeat-x 0 0; cursor:pointer; border:none; font:14px Helvetica Neue, Helvetica, Arial; letter-spacing:1px; vertical-align:middle;}
.NFButton.NFh, .NFButton.NFhr {background:url(/images/zumocast/button_middle_hover.png) repeat-x 0 0;}
.NFButtonLeft, .NFButtonRight {width:14px; height:43px; vertical-align:middle;}
.NFButtonLeft {background:url(/images/zumocast/button_left.png) no-repeat 0 0;}
.NFButtonLeft.NFh, .NFButtonLeft.NFhr {background:url(/images/zumocast/button_left_hover.png) no-repeat 0 0;}
.NFButtonRight {background:url(/images/zumocast/button_right.png) no-repeat 0 0;}
.NFButtonRight.NFh, .NFButtonRight.NFhr {background:url(/images/zumocast/button_right_hover.png) no-repeat 0 0;}

.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}
