#wrapper .really-combobox {
	padding: 10px 10px 10px 10px;
	float: left;
	border: 0;
	border-right: none;
    font-family: Arial, sans-serif !important;
    font-size: 1em !important;
    line-height: normal;
    margin: 0;
	outline: none;
	background: url(combobox.gif) no-repeat left top;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 197px;
	cursor: pointer;
}
#wrapper .really-combobox-titled {
}

.really-combobox-ul {
	list-style-type: none;
	padding: 0 1px 0 0;
	margin: 0px;
	position: absolute !important;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.really-combobox-li {
	padding: 0px;
	margin: 0px;
	cursor: default;
	font: normal 12px arial, sans-serif !important;
}

#wrapper .really-combobox-button {
    font-family: Arial, sans-serif !important;	
    font-size: 1em !important;	
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	display: inline-block;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	background: url(comboboxButton.gif) no-repeat left top;
}
#wrapper .really-combobox-button .ui-icon {
	float: right;
	height: 15px;
	visibility: hidden;
}
#wrapper .really-combobox-button .ui-button-text {
    font-family: Arial, sans-serif !important;
    line-height: normal;
	display: inline !important;
}
A.ui-corner-all {
	display: block;
	padding: 4px 5px;
	text-decoration: none;
	margin: 1px;
}
A.ui-corner-all:hover {
	padding: 3px 4px;
		
	text-decoration: none;
}
.ui-icon-really-custom {
	/* Custom icon, e.g. background-image: url(pics/icon.png) !important; */
}