﻿
#magenta1ContactAgent select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-image: url(../images/arrow_down_magenta.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-position: right 10px center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #e20074;
    font-family: 'tscreen-medium';
    height: 35px;
}

#magenta1ContactAgent .modal {
    top: 25%;
}

#magenta1ContactAgent .modal-header {
    border-bottom: none;
}

#magenta1ContactAgent .modal-footer {
    border-top: none;
}

#magenta1ContactAgent .btn {
    background: #e20074;
    color: white;
    width: auto;
    padding: 7px 20px;
    font-size: 16px;
}

#magenta1ContactAgent .mainMessage {
    padding: 5px 0px 25px 0px;
    text-align: center;
}


#magenta1ContactAgent h1 {
    padding: 15px 0;
    border-bottom: none;
    text-transform: none;
    color: #383838;
    font-size: 24px;
    padding-top: 0;
    margin-bottom: 0 !important;
    text-align: center;
    margin-top: 15px !important;
}

#magenta1ContactAgent select option {
    color: #666666;
}
