/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/* Selects */
.selectArea {
	width:300px;
	height:22px;
	background:url(../images/select/select_bg.gif) repeat-x left top;
	float:left;
	position:relative;
	top:3px;
	left:150px;
	margin-right:170px;
}
.selectArea .left {
	width:4px;
	height:22px;
	float:left;
	background:url(../images/select/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:24px;
	height:22px;
	float:right;
	background:url(../images/select/select_right.gif) no-repeat right top;
}
.selectArea .right a {
	display:block;
	width:24px;
	height:22px;
	position:relative;
}
.selectArea .right i {display:none;}
.selectArea .center {
	color:#668DB5;
	padding-top:4px;
	padding-left:2px;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}

/* Selects drop-down */
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:2px;
	margin-left:0px;
	_margin-left:-11px;
	*margin-left:-11px;
	background:#FFF;
	font-size:11px;
	z-index:20;
	text-align:center;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	font-family:Verdana, Arial, Helvetica, sans-seri;
	font-size:10px;
	width:100%;
	color:#668DB5 !important;
	text-decoration:none;
	display:block;
	background:#FFF;
	padding:4px 1px 4px 2px;
	border:1px solid #7F9DB9;
	margin-bottom:-1px;
	position:relative;
}
.optionsDivVisible a:hover {
	color:#668DB5;
	text-decoration:none;
	border-color:#527696;
}