@charset "iso-8859-1";
input.newCS{
	obackground:#fff url(../../0/gfx/custom_select/bg.png) no-repeat top left;
	background: url(../../0/gfx/custom_select/bg.png) no-repeat top left;
	color: #C6CFD2;
}
* html input.newCS{
obackground:none;
background:none !important;
}
div.opts{
	position:absolute;
	width:111px;
	background-color:#3A5058;
	border:1px solid #cbcbcb;
	aborder-left:1px solid #cbcbcb;
	aborder-right:1px solid #cbcbcb;
	aborder-bottom:1px solid #cbcbcb;
	height: 250px;
	overflow: auto;
}
div.opts div{
	font-size:11px;
	color:#C6CFD2;
	padding:2px 2px 2px 14px;
	cursor:default;
	background-image:url(../../0/gfx/custom_select/arrow.png);
	background-repeat:no-repeat;
	background-position:2px 6px;
}
div.opts div.opt{
	background-color:#3A5058;
}
div.opts div.optHover{
	background-color:#8B9BA3;
	color: #000;
}
