
div.cs_select_big {
	float: left;
	width: 118px;
	background: white url(/img/customSelectBack.png) right center no-repeat;
	height: 24px;
	position: relative;
}

div.cs_select_big span {
	float: left;
	height: 24px;
	line-height: 24px;
	position: relative;
	margin-left: 3px;
}

div.cs_select_big select{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 118px;
	height: 24px;
	cursor: pointer;
}


div.cs_select_small {
	float: left;
	width: 60px;
	background: white url(/img/customSelectBack.png) right center no-repeat;
	height: 24px;
	position: relative;
	margin-right: 16px;
}

div.cs_select_small span {
	float: left;
	height: 24px;
	line-height: 24px;
	position: relative;
	margin-left: 3px;
}

div.cs_select_small select{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 24px;
	cursor: pointer;
}
