.comboboxContainer{
	background:url(../../images/lang_drop_bg.gif) no-repeat left top;
	height:22px;
	font-size:11px;
	color:#666;
	outline:none;	
	float:left;
	margin-left:10px;
}

.cDisabled{
	background-image:url(../../images/lang_drop_bg_d.gif);
	color:#aeaeae !important;
}

.comboboxValueContainer{}


.visbleenable{visibility:hidden;}


.comboboxValueContent{
	backgroun d:#00CC00;
	text-align:center;
	line-height:20px;
	padding:0 5px;
}

.comboboxDropDownContainer{
	outline:none;
	border:1px solid #dddbdb;
	background: #fff;
	height:100px;
	overflow: auto;
}

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

.comboboxGroupItemHeader{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem{
	padding:2px 4px;
	cursor:default;
	
	
}

.comboboxItemHover
{
	background-color:#3ea4d7;
	color: #fff;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}

#contentArea .comboboxContainer{
	background:url(../../images/combo_round_white_bg.gif) repeat-x left top;
	height:24px;
	font-size:11px;
	color:#666;
	outline:none;	
	float:left;
	margin-left:0;
	margin:1px 0;
}

#contentArea .comboboxValueContent{
	background:url(../../images/combo_round_white_left.gif) no-repeat left top;
	line-height:24px;
	height:24px;
}
#contentArea .comboboxDropDownContainer{
	margin-top:6px!important;
	#margin-top:1px !important;
	_margin-top:0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){#contentArea .comboboxDropDownContainer{margin-top:1px!important;}}
#contentArea .comboboxDropDownButton{
	width: 29px;
	height: 24px;
	background-image: url(../../images/combo_round_white_btn.gif);
}