div.selector, 
div.selector span, 
div.checker span, 
div.radio span, 
div.uploader, 
div.uploader span.action {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}

.selector, 
.radio, 
.checker, 
.uploader, 
.selector *, 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
    background-position: -485px -170px;
    line-height: 30px;
	height: 30px;
    width: auto;
    position: relative;
	padding-left: 8px;
	overflow: hidden;
	float: left;
}

/* PRESENTATION */

div.selector select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	border: solid 1px #fff;
    position: absolute;
	opacity: 0;
  	height: 25px;
  	background-color: #fff;
	width: 207px;
    top: 0px;
	left: 0px;
}

div.selector span {
    padding: 0px 30px 0px 0px;
    cursor: pointer;
    color: #384E96;
    width: auto;
    text-shadow: 0 1px 0 #fff;
    text-overflow: ellipsis;
    display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
    background-position: right 0px;
    height: 30px;
	line-height: 30px;
}

div.selector.disabled span {
	color: #bbb;
}