
input.newCS{
    width:137px;
	height:18px;
	/* background:#fff url(../gfx/custom_select/bg.gif) no-repeat top left; */
    background:#9E846B url(../gfx/custom_select/bg.gif) no-repeat top left;

	margin:0px;
	padding:2px 0px 0px 4px;
	border:none;
	cursor:pointer;
	font-size:12px;
	color:#FFF;
	text-align: left;
    line-height: 12px;
    z-index: 10;
}
div.opts{
	position:absolute;
	width:136px;
	background-color:#4d2a11;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}
div.opts div{
	font-size:11px;
	color:#646567;
	/* padding:2px 2px 2px 14px; */
    padding:1px 1px 1px 10px;
	cursor:default;
	background-image:url(../gfx/custom_select/arrow.png);
	background-repeat:no-repeat;
	/* background-position:2px 6px; */
    background-position:1px 4px;
    height: 20px;
}
div.opts div.opt{
	background-color:#fcfcfc;
    height: 20px;
}
div.opts div.optHover{
	background-color:#ede9e9;
    height: 20px;
}

