input.newCS{
	width:70px;
	height:18px;
	background:#fff url(../gfx/custom_select/bg.gif) no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 20px;
	border:none;
	cursor:pointer;
	font-size:12px;
}
div.opts{
	position:absolute;
	width:80px;
	background-color:#fcfcfc;
	border-left:0px solid #cbcbcb;
	border-right:0px solid #cbcbcb;
	border-bottom:0px solid #cbcbcb;
}
div.opts div{
	font-size:11px;
	color:#636363;
	padding:2px 2px 2px 14px;
	cursor:default;
	background-image:url(../gfx/custom_select/arrow.png);
	background-repeat:no-repeat;
	background-position:2px 6px;
}
div.opts div.opt{
	background-color:#fcfcfc;
}
div.opts div.optHover{
	background-color:#ede9e9;
}