

.ui-selectmenu-button.ui-corner-all,
.ui-selectmenu-button-open.ui-corner-top {
	-webkit-border-radius:20px !important;
	-moz-border-radius:20px !important;
	border-radius:20px !important;

}
.ui-selectmenu-button {
	background:#32b3c9;
	border:0;
	outline:0;
}
.ui-selectmenu-button:hover,
.ui-selectmenu-button-open {
	background:#32b3c9 !important;
	border:0 !important;
}
.ui-selectmenu-text {
	color:#fff;
}

.ui-selectmenu-button .ui-icon,
.ui-selectmenu-button:hover .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.12.0/themes/base/images/ui-icons_ffffff_256x240.png") !important;
	background-position: -125px -1px;
}



.ui-state-active,
.ui-widget-content .ui-state-active {
	background:#009fbd;
	border:0;
}




/*ui-selectmenu-button ui-selectmenu-button-closed ui-corner-all ui-button ui-widget*/