.selectBox{ height:18px; border:1px solid #E6E6E6; padding:5px 0 7px; border-radius:36px; margin:0.5em 0}
.selectBox-dropdown {
	position: relative;
	text-decoration: none;
	outline: none;
	display: inline-block;
	cursor: default;
	background-color:#fff;
	margin-top:5px
}


.selectBox-dropdown .selectBox-label {
	padding: 0 10px 0 17px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:normal	
}

.selectBox-dropdown .selectBox-label:hover, { color:#000}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
	background: url(../img/seta.png) center center no-repeat;
	padding:0 6px;
	cursor:pointer
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 9999;
	max-height: 200px;
	background: #fff;
	padding: 5px 10px 5px 5px;
	border: solid 1px #636363;
	font-size: 15px;
	color: #fff !important;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	outline: none;
	display: inline-block;
	overflow: auto;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	color:#999; 
	font-weight:300;
	font-size:13px;
	border-color: transparent;
	border-radius:6px
}

.selectBox-options LI A {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-options LI.selectBox-hover A {
	color:#fff;
	background: #0C5389;
	cursor:pointer;
	text-decoration:none
}

.selectBox-options LI.selectBox-disabled A {
	color: #000;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	color:#fff;
	background: #88A0D5;
	font-size:13px
}

.selectBox-options .selectBox-optgroup {
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #000 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
}

.selectBox-inline.selectBox-disabled {
	color: #000 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
