/*Selects*/
.selectArea {
	height:22px;
	background:url(../images/nice_select_bg.gif) repeat-x left top;
	width:169px !important;
}
.selectArea .left {
	width:4px;
	height:22px;
	float:left;
	background:url(../images/left_corselect.gif) no-repeat left top;
}
.selectArea .right {
	width:23px;
	height:22px;
	float:right;
	background:url(../images/nice_select.gif) no-repeat right top;
}
.selectArea .right a {
	display:block;
	height:22px;
	margin-left:-179px;
	position:absolute;
font:12px Arial, Helvetica, sans-serif; color:#DA242B; 
	
}
.selectArea .right i {display:none;}
.selectArea .center {
font:12px Arial, Helvetica, sans-serif; color:#DA242B; 
	padding-top:4px;
	padding-left:5px;
	overflow:hidden;
	white-space:nowrap;
	width:130px !important;
}
.niceform{ float:left;}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:4px;
	width:159px !important;
	background:#CFD8DE;
	padding:2px 5px;
	font-size:11px;
	z-index:20;
	margin-left:0px;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	text-decoration:none;
	display:block;
	padding:1px 4px;
font:12px Arial, Helvetica, sans-serif; color:#DA242B; 
}
.optionsDivVisible a:hover {background:#CFD8DE;}
