/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/
/*
 * 2009.04.28
 * usunieto wszystkie niepotrzebne klasy
 * dokonano zmian w pozostawionych klasach
 */
/*Checkbox*/
.NFCheck{
	cursor:pointer; width:19px; height:19px; float:left; border:0px none; background:url(../images/checkbox.gif) no-repeat 0px 0px; z-index:2;
}
/*Selects*/
.NFSelect{
	height:19px; position:absolute; border:0px none;
}
.NFSelectLeft{
	float:left; width:3px; height:19px; background:url(../images/select-left.gif) no-repeat 0 0; vertical-align:middle;
}
.NFSelectRight{
	height:19px; width:auto; background:url(../images/select-right.gif) no-repeat 100% 0; cursor:pointer;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; line-height:19px;
	padding-left:3px; margin-left:3px;
}
.NFSelectTarget{
	position:absolute; background:none; margin:18px 0px 0px -13px; z-index:3; left:0; top:0; padding-bottom:13px;
}
.NFSelectOptions{
	position:relative; background:#fff; margin:0px 0px 0px 13px; list-style:none; padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:15px; color:#000;
	z-index:4; max-height:200px; overflow-y:auto; overflow-x:hidden; left:0; top:0;
	border-top:1px solid #b2b2b2; border-right:1px solid #000; border-bottom:1px solid #000; border-left:1px solid #b2b2b2;
}
.NFSelectOptions a{
	display:block; text-decoration:none; color:#000; padding:2px 3px 2px 3px; background:none;
}
.NFSelectOptions a.NFOptionActive {background:#316ac5;}
.NFSelectOptions a:hover{ background:#316ac5; }

/*Focused*/
.NFfocused{ border:0px none;}
/*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;}