select.customSelect{
    height: 25px !important;
    line-height: 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}
span.customSelect{
    border: 1px solid #CCC;
    background: url(icon-down.png) no-repeat scroll right center #FFFFFF;
    color: #636363;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 26px;
    left: 0;
    line-height: 26px;
    padding: 0 40px 0 8px;
    position: absolute;
    top: 0;
    width: 242px;
    z-index: 5;
}
span.customSelectChanged {
    /* Styles for when the select box is hovered */
}
.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
}
.customSelectInner {
    /* Styles for when the select box is in focus */	
}