﻿.ComboUIDE {
    /*overflow: hidden;*/
    /*background: url('../Images/toolkit-bg.gif') repeat-x right #F6F1DB;
        color: white;
    */
    border: 1px solid #76193b;
    border-radius: 5px;
}

    .ComboUIDE:hover {
        color: black;
    }

    .ComboUIDE select {
        color: black;
        background: transparent;
        padding: 3px;
        font-size: 12px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 20px;
        -webkit-appearance: none;
        font-family: Andalus;
        color: #7d6754;
    }



