.comboboxContainer {
	border: 0px; margin-top: 4px; height: 30px; width: 200px;
	background-image: url(../img/input_select.png);
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: none; font-weight:600;
}

.comboboxValueContent {
	margin-left: 15px; margin-top: 4px; color: #868688;
}

.comboboxDropDownContainer {
	outline: none;
	background: url(../img/input_down_select.png) bottom left no-repeat #FFFFFF;
	overflow: hidden;
	border:0px; width: 200px;
	margin-top: 6px !important; padding: 0px !important;
}

.comboboxItem {
	color: #666; font-weight: normal;
	font-style: normal; padding: 3px;
}

.comboboxItemHover {
	color: #000;
}

.comboboxValueContainer {
	height: 23px !important;
}

.comboboxDropDownButton {
	width: 16px; height: 18px; background-image: none;
}

