
div.selector, div.selector span{
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
div.selector {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	/* Keeping this as :focus to remove browser styles */ 
}
div.selector:focus {
	outline: 0; 
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;	
}
div.selector, div.selector * {
	margin: 0;
	padding: 0; 
}


/* Select */
div.selector {
	background:url(../images/bgr_select.png) no-repeat;
	line-height:28px;
	height:28px;
	position: relative;
	overflow: hidden;
	width:184px!important;
	font-size:12px;
    font-family: 'OpenSansRegular';
	padding:0px 6px 0px 8px;
	color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.selector span {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	display:block;
	width:184px;
	border:none;
	outline:none;
}
div.selector.fixedWidth {
	width:184px ;
}
div.selector.fixedWidth span {
	width:184px;
}
div.selector select {
	background:#3fb6e6;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	position: absolute !important;
	height:28px !important;
	bottom:0 !important;
	left:0px;
	width:100%;
	color:#fff;
	font-size:12px;
}
/* Select */
div.selector {
	font-size:12px;
}
div.selector span {
	color:#fff;
}
div.selector select {
	font-size:12px;
}
div.selector.disabled span, div.selector.disabled.active span {
	color: #fff;
}
div.selector select option {
	padding:5px 0 5px 6px;
}