.customselect {
	position: relative;	
}

input.newCS{
	height:18px;
	background:#fff url(../images/bg.gif) no-repeat top right;
	margin: 0px;
	padding:0px 0px 0px 0px;
	border: 1px solid #cbcbcb;
	cursor:pointer;
	font-size:12px;
}
div.opts{
	position:absolute;
	overflow:auto;
	max-height: 150px;
	_height: 150px; /* max-height pour IE6 */
	background-color:#fcfcfc;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}
div.opts div{
	font-size:11px;
	/*color:#636363;*/
	padding:2px 2px 2px 14px;
	cursor:default;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:2px 6px;
}
div.opts div.opt{
	background-color:#fcfcfc;
}
div.opts div.optHover{
	background-color:#ede9e9;
}
