
/* Select Box */
.cef_selectBox_bg{
	height:32px;
	width:170px;
	overflow:hidden;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 0px !important;
	display: block;
}
.cef_selectBox_r {
	height:32px;
	width:44px;
	float:right;
	background:url('img/select1.png') no-repeat -20px 0px;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 0px !important;
}
.cef_selectBox_l {
	height:32px;
	width:10px;
	float:left;
	background:url('img/select1.png') no-repeat 0 0px;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 0px !important;
}
.cef_selectBox_m {
	height:32px;
	background:url('img/select2.png') repeat-x;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 0px 0px 0px 10px !important;
}
.cef_selectBox_over .cef_selectBox_r {
	background:url('img/select1.png') no-repeat -64px 0;
	z-index: 1;
	position:relative;
}
.cef_selectBox_m span {
	font-size:12px;
	float:left;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 8px 0px 0px 0px !important;
}
select {
	line-height:32px;
	color:#000;
	height:32px;
	font-size:12px;
	padding: 0px !important;
	margin: -32px 0px 0px -80px;
	position:absolute;
	-moz-opacity:.0;
	filter:alpha(opacity=0);
	opacity:.0;
	z-index: 99;
}
