.custom-combobox{
	width: 243px;
	position: relative;
	color: #777;
	font-size: 12px;
	line-height: 1em;
	display: inline-block;
	background: none;
	border: 1px solid #919496;
}
.cs-select{
	position:relative;
}
.cs-dropdown{
	position: absolute;
	width: 100%;
	z-index: 999;
}
.cs-option, .cs-selected{
	color: #777;
	padding: 4px 9px;
	display:block;	
	text-decoration: none;
	outline: none;
	height: 12px;
}
.cs-option{
	background: none

}
.cs-option:first-child{
		/* border-radius: 5px 5px 0 0; */
}
.cs-option:last-child{
		/*border-radius: 0 0 5px 5px;*/
}
.cs-option:hover, .cs-hilighted{
	background-color: #928DC5;
	color: white;
}
.cs-right {
	position: absolute;
	background: url('drop-down-arrow.png') no-repeat;
	width: 11px;
	height: 6px;
	right: 6px;
	top: 6px;
	cursor: pointer;
}