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

/*Selects*/

.NFSelect {
	height: 24px;
	position: absolute;
	text-align: left;
}

.NFSelectLeft {
	float: left;
	width: 5px;
	height: 24px;
	background: url(../images/select-left.png) no-repeat 0 0;
	vertical-align: middle;
}

.NFSelectRight {
	width:160px;
	height: 24px;
	width: auto;
	background: url(../images/select-right.png) no-repeat 100% 0;
	cursor: pointer;
	font: 12px/21px Arial, Helvetica, sans-serif;
	padding-right: 4px;
	color: #333333;
	padding-left: 8px;
	margin-left: 5px;
	padding-top: 2px;
}

.NFSelectTarget {
	position: absolute;
	background: none;
	margin-left: -13px;
	margin-top: 24px;
	z-index: 3;
	left: 0;
	top: 0;
	padding-bottom: 13px;
}

.NFSelectOptions {
	position: relative;
	background: #707175;
	margin-top: 0;
	list-style: none;
	padding: 4px;
	color: #cccccc;
	z-index: 4;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	left: 0;
	top: 0;
	margin-left: 16px;
}

.NFSelectOptions li {
	padding-bottom: 1px;
}

.NFSelectOptions a {
	display: block;
	text-decoration: none;
	color: #cccccc;
	padding: 2px 3px;
	background: none;
}

.NFSelectOptions a.NFOptionActive {
	background: #464646;
}

.NFSelectOptions a:hover {
	background: #333;
}

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