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

/*Text inputs*/
.NFText {border:none; vertical-align:middle; background:none;}
.NFTextCenter {height:30px; background:url(../images/niceforms/input.png) repeat-x 0 0; padding:0px 0; margin:0; float:left; line-height:15px;}
.NFTextLeft, .NFTextRight {
	height:30px;
	vertical-align:middle;
	float:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.NFTextLeft {
	width:5px;	
	background:url(../images/niceforms/input-left.png) no-repeat 0 0;
}
.NFTextRight {width:10px; background:url(../images/niceforms/input-right.png) no-repeat 0 0;}

/*Textareas*/
.NFTextarea {
	border:none;
	background:#6f6e6f;
	margin:0;
	padding-left: 3px;
}
.NFTextareaTop, .NFTextareaBottom {height:7px; clear:both; float:none; padding-right:10px;}
.NFTextareaTop {background:url(../images/niceforms/textarea-top.png) no-repeat 100% 0;}
.NFTextareaBottom {background:url(../images/niceforms/textarea-bottom.png) no-repeat 100% 0; margin-bottom:5px;}
.NFTextareaLeft, .NFTextareaRight, .NFTextareaLeftH, .NFTextareaRightH {float:left; padding-bottom:0px;}
.NFTextareaLeft, .NFTextareaLeftH {width:5px;}
.NFTextareaLeft {background:url(../images/niceforms/textarea-left.png) repeat-y 0 0;}
.NFTextareaLeftH {background:url(../images/niceforms/textarea-left.png) repeat-y 0 0;}
.NFTextareaRight, .NFTextareaRightH {padding-right:5px; padding-bottom:0;}
.NFTextareaRight {background:url(../images/niceforms/textarea-right.png) repeat-y 100% 0;}
.NFTextareaRightH {background:url(../images/niceforms/textarea-right.png) repeat-y 100% 100%;}


/*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;}