.gselectchosen { 
	height: 31px;
	padding: 2px 0px 2px 0px;
}
.gselectchosen .label { 
	float: left;
	line-height: 30px;
	padding-right: 6px;
}
.gselectchosen select{ 
	float: left;
}
.gselectchosen li.moreItemsNofication {
	float: right !important;
	color: #464646;

	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	margin: 3px 0 3px 0;
    padding: 3px 5px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    line-height: 13px;
}
#guieditor .gselectchosen .chosen-container {
	display: block;
	position: static;
	float: left;
}
.chosen-container .search-choice {
	visible: none;
}
.gselectchosen.requiredObject .chosen-container {
	background-image: url('required_asterisk.png');
    background-repeat: no-repeat;
    background-position: right top; 
    padding: 0px 10px 0px 0px;
}