/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Selects*/
.selectArea {
	width:80px;
	height:20px;
	background:url(../img/metamenu_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:2px;
	height:20px;
	float:left;
	background:url(../img/metamenu_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:20px;
	float:right;
	background:url(../img/metamenu_select.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:22px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color: #000;
	padding-top:2px;
	padding-left:7px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:60px;
	background:#eee;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color: #000;
	text-decoration:none;
	display:block;
	padding:1px 4px;
}
.optionsDivVisible a:hover {
	color: #000;
	background:#C4E5EA;
}