select,
.select{
    border: 1px solid #e5e5e5;
    line-height: 40px;
    height: 40px;
    
    width: 100%;
}
/*.text
{        
    text-indent: 5px;
}*/
.arrow
{
    border-left: 1px solid #e5e5e5;
    line-height: 40px;
    text-align: center;
}

.beRecommended select,
.beRecommended .select{
    background-color: #EFEFEF;
    border: 1px solid #e5e5e5;
    border-radius: 1px;
    line-height: 40px;
    height: 40px;
    width: 100%;
}
.beRecommended .text
{        
    margin-left: 30px;
    min-width: 80px;
}.beRecommended .enabled{
    background-color: #FFFFFF;
}

.getAQuote{
}
.getAQuote div.select{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 120px;
    vertical-align: middle;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.getAQuote .text
{        
    text-indent: 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #103184;
    width: 100px;
    text-align: center;
    margin-left: -10px;
    vertical-align: middle;
}
.getAQuote .arrow
{
    font-size: 18px;
    color: #e5e5e5;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    width: 20px;
    vertical-align: middle;
}
