.cg-drop-container{
	position: relative;
	display: block;
	height: 22px;
}
.cg-drop-selected-label-1{
	position: relative;
	height: 22px;
	float: left; left:8px;
	line-height: 20px;
}
.cg-drop-selected-label-2{
	margin: 0;
	line-height: 20px;
	overflow: hidden;
}
.cg-drop-selected-label{
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 20px 0 15px;
	cursor: pointer;
	overflow:hidden;
}
.cg-drop-box-ctn{
	float:left;
}
.cg-drop-box{
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	padding: 0;
	margin: 0 0 0 10px;;
	background-color: #fff;
	border: 1px solid #aaa;
	visibility: hidden;
	-height: 200px; /* IE6 HACK */
	max-height: 300px !important;
	min-height 25px !important;
	overflow: auto;
	width: 475px;
}
.cg-drop-box .cg-drop-element{
	display: inline;
	padding: 0px;
	margin: 0px;

}
.cg-drop-label{
	border-top: 1px solid #eee;
	display: block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
	cursor: pointer;
}
.cg-drop-label:hover{
	background-color: #35698F;
	outline:none;
	color: #fff;
}
.cg-drop-value{
	display: none;
}