.custom_form_span {
    overflow: hidden;
    /*background-image: url(img/select.png);*/
    position: absolute;
    background-repeat: repeat-x;
    padding-left: 15px;
    background-image: url(img/select.jpg);
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #262629;
    font-family: arial;
    font-size: 13px;
    text-shadow: 1px 1px 0 #ffffff;
    box-shadow: 1px 1px 0 #cfcfcf;
    
}

.custom_form {
    z-index: 99;
    position:relative;
    margin-left: 0;
}

.custom_form_arrow {
    
    background-image: url(img/arrow.png);
    display: block;
    background-repeat: no-repeat;
    background-position: center right; 
}

.custom_form_content {
    color: #262629;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
