div.selectField {
	position: relative;
	background-color: #efefef;
	width: 235px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/customselect-bg-creme.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	cursor: default;
}
#right_sidebar div.selectField { width: auto; }
div.selectField div.status {
	padding: 2px;
	height: 23px;
	display: block;
	background-image: url(../images/customselect-gold-creme.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	cursor: default;
}
div.selectField:hover div.status {
	background-position: 100% 100%;
}
div.selectField div.status div.selected {
	padding: 3px 5px;
	line-height: 1.5em;
	color: #666666;
	display: block;
	overflow: hidden;
	cursor: text;
	padding-right: 43px;
	height: 17px;
}
div.optContainer {
	display: none;
	position: absolute;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	/*width: 235px;*/
	max-height: 200px;
	overflow: auto;
	left: 0px;
	top: 24px;
	z-index: 2000;
}
* html div.optContainer {
	height: 200px;
}
div.optGroup div.optLabel {
	font-weight: bold;
}
div.opt {
	cursor: default;
	padding: 2px 2px 2px 2px;
	color: #666666;
}
div.optGroup div.opt {
	cursor: default;
	padding: 2px 2px 2px 15px;
}
div.optContainer div.selected {
	background: #697fb9;
	color: #ffffff;
}
div.optContainer div.disabled {
	color: #dddddd;
}
div.optContainer div.over {
	background: #ccc;
	color: #333;
}