span.customStyleSelectBox {
font-size:13px;
background-color: #000;
color: #FFF;
padding: 3px 10px;
border: 1px solid #CCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: left;
}

/*span.customStyleSelectBox.changed {
background-color: #333;
}

.customStyleSelectBoxInner {
background-image: #333 url("images/arrow.png") no-repeat center right;
}*/