﻿
/* FORM BUTTONS */
#firstForm input[type='button'], .secondstep-container input[type='button'] {
    border: 1px solid #6E0000 !important;
    background-color: #911d1d;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 5px center;
    cursor: pointer;
    padding: 6px;
    color: white;
    -moz-min-width: 90px;
    -ms-min-width: 90px;
    -o-min-width: 90px;
    -webkit-min-width: 90px;
    min-width: 90px;
    width: 90px;
}

    #firstForm input[type='button']:hover, .secondstep-container input[type='button']:hover {
        background-color: #6E0000;
    }

#firstForm input[type='button'] {
    width: 120px;
}

.rbl-spacing label {
    margin-right: 15px;
}

label {
    padding-left: 4px;
}

/* PLACEHOLDERS */
.watermark,
.watermark-textarea {
    color: #abadb3 !important;
}

.watermark-textarea {
    height: 60px;
    max-width: 155px;
}

/* CONTACT INFO SECTION */
table.contact-info {
    margin-top: 25px;
}

    table.contact-info td {
        padding: 10px 15px;
    }

tr.contact-info {
    border-top: 1px solid #EEEEEE;
}

.contact-info > td {
    cursor: pointer;
}

    .contact-info > td:hover {
        background-color: #f9f6f6;
    }

div.country-flags {
    width: 30px;
    height: 30px;
    -ms-border-radius: 0;
    border-radius: 0;
}

.contact-info span {
    margin-left: 45px;
    vertical-align: super;
}

.contact-info i {
    font-size: 30px;
    font-weight: bold;
}

img.country-flags {
    width: 35px;
}


#rblPreferredContactMethod i {
    color: #3A3A3A;
}
