.styled-select {
    background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
    overflow: hidden;
}
.styled-select select {
    background: transparent;
    border: none;

    padding: 5px; /* If you add too much padding here, the options won't show in IE */

}
.styled-select.slate {
    background: url(images/calendar-icon.svg) no-repeat right center;
    background-color: #f1f1f1;
}
.styled-select.slate:hover {
    background: url(images/calendar-icon-hover.svg) no-repeat right center;
    background-color: #f1f1f1;
}
/* -------------------- Colors: Background */
.slate   { background-color: #f1f1f1; }
.slate select   {
    color: #3b3b3b;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "FFDINWebProBold";
    font-size: 12px;
    line-height: 22px;
    padding: 6px 50px 6px 20px;
    border: none;
    margin-right: 1px;
}