.ui-multiselect
{
	-moz-border-radius: 4px;
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #f0f0f0 50%, #e7e7e7 51%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(50%, #f0f0f0), color-stop(51%, #e7e7e7), color-stop(100%, #eee));
	background: -webkit-linear-gradient(top, #eee 0%, #f0f0f0 50%, #e7e7e7 51%, #eee 100%);
	background: -o-linear-gradient(top, #eee 0%, #f0f0f0 50%, #e7e7e7 51%, #eee 100%);
	background: -ms-linear-gradient(top, #eee 0%, #f0f0f0 50%, #e7e7e7 51%, #eee 100%);
	background: linear-gradient(to bottom, #eee 0%, #f0f0f0 50%, #e7e7e7 51%, #eee 100%);
	border: 1px solid #d3d3d3;
	color: #555;
	font-weight: normal;
	padding: 2px 0 2px 4px;
	text-align:left;
}
.ui-multiselect span.ui-icon
{
	float: right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input
{
	position: absolute !important;
	top: auto !important;
	left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label
{
	padding: 5px !important;
}
.ui-multiselect-header
{
	margin-bottom: 3px;
	overflow: hidden;
	padding: 3px 0 3px 4px;
}

.ui-multiselect-header ul
{
	font-size: 0.9em;
	list-style: none;
}
.ui-multiselect-header ul li
{
	float: left;
	padding: 0 10px 0 0;
}
.ui-multiselect-header a
{
	text-decoration: none;
}
.ui-multiselect-header a:hover
{
	text-decoration: underline;
}

.ui-multiselect-header span.ui-icon
{
	float: left;
}
.ui-multiselect-header li.ui-multiselect-close
{
	float: right;
	text-align: right;
	padding-right: 0;
}
.ui-multiselect-menu
{
	-moz-border-radius: 4px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	color: #222;
	display: none;
	padding: 3px;
	position: absolute;
	z-index: 10000;
}
.ui-multiselect-checkboxes
{
	position: relative;
	overflow-y: scroll;
}
.ui-multiselect-checkboxes label
{
	border: none;
	cursor: default;
	display: block;
	border: 1px solid transparent;
	padding: 3px 1px;
	width: auto;
}
.ui-multiselect-checkboxes .ui-state-hover
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff2a8;
	background: -moz-linear-gradient(top, #fff2a8 0%, #fff6ac 50%, #ffe575 51%, #fff2a8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff2a8), color-stop(50%, #fff6ac), color-stop(51%, #ffe575), color-stop(100%, #fff2a8));
	background: -webkit-linear-gradient(top, #fff2a8 0%, #fff6ac 50%, #ffe575 51%, #fff2a8 100%);
	background: -o-linear-gradient(top, #fff2a8 0%, #fff6ac 50%, #ffe575 51%, #fff2a8 100%);
	background: -ms-linear-gradient(top, #fff2a8 0%, #fff6ac 50%, #ffe575 51%, #fff2a8 100%);
	background: linear-gradient(to bottom, #fff2a8 0%, #fff6ac 50%, #ffe575 51%, #fff2a8 100%);
	border: 1px solid goldenrod;
	border-radius: 4px;
	color: #3985A8;
	text-shadow: 0 1px #fff;
}
.ui-multiselect-checkboxes label input
{
	position: relative;
	top: 1px;
}
.ui-multiselect-checkboxes li
{
	clear: both;
	font-size: 0.9em;
	padding-right: 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label
{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a
{
	display: block;
	padding: 3px;
	margin: 1px 0;
	text-decoration: none;
}
.ui-multiselect-checkboxes.ui-corner-all
{
	-moz-border-radius: 4px;
}