/* AFFILIATES ALERT DIALOG */

#affAlertDialogContainer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../img/web/common/blackTrasparent.png');
    z-index: 100;
}

.affAlertDialog {
    display: inline-block;
    width: 44.375em; /* 710px/16 = 44.375em */
    height: 21.875em; /* 350px/16 = 34.375em */ 
    background: #ffffff;
    border-style: solid;
    border-width: 0.063em; /* 1px/16 = 0.063em */
    border-color: #b1aea0;
    border-radius: 0.563em; /* 9px/16 = 0.563em */
    -moz-border-radius: 0.563em; /* Old Firefox (3.6 to 15) */
    box-shadow: 0.25em 0.313em 0.25em 0.063em #888888; /* 4px/16 = 0.25em  5px/16 = 0.313em  1px/16 = 0.063em */
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22.188em; /* -355px/16 = -22.188em */
    margin-top: -10.938em; /* -175px/16 = -10.938em */
}

.affAlertDialogHeader {
    height: 3.625em; /* 58px/16 = 3.625em */
    width: 100%;
    background: #6c939e; /* Non-CSS3 browsers */
    background-image: -moz-linear-gradient(top, #94b2b9, #48646d); /* OLD Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #94b2b9, #48646d); /* For pre-releases of IE 10 */
    background-image: -webkit-linear-gradient(top, #94b2b9, #48646d); /* Webkit browsers (Chrome and Safari) */
    background-image: -o-linear-gradient(top, #94b2b9, #48646d); /* OLD Opera (11.1 to 12.0) */
    background-image: linear-gradient(to bottom, #94b2b9, #48646d);
    border-top-left-radius: 0.563em; /* 9px/16 = 0.563em */
    border-top-right-radius: 0.563em; /* 9px/16 = 0.563em */
    -moz-border-top-left-radius: 0.563em; /* Old Firefox (3.6 to 15) */
    -moz-border-top-right-radius: 0.563em; /* Old Firefox (3.6 to 15) */
}

.affAlertDialogTitle {
    float: left;
    font-family: helvetica67_neueheavycond, Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 1.25em; /* 20px/16 = 1.25em */
    text-transform: uppercase;
    padding-left: 1.4em; /* 28px/20 = 1.4em */
    padding-top: 0.8em; /* 16px/20 = 0.8em */
}

.affAlertDialogClose {
    float: right;
    margin-right: 1em; /* 16px/16 = 1em */
    margin-top: 0.75em; /* 12px/16 = 0.75em */
}

#affAlertDialogBtnClose {
    cursor: pointer;
    outline: none;
}

.affAlertDialogBody {
    position: relative;
    text-align: left;
    margin-left: 1.625em; /* 26px/16 = 1.625em */
    margin-right: 1.625em; /* 26px/16 = 1.625em */
    margin-top: 1.875em; /* 30px/16 = 1.875em */
    height: 16.375em; /* 262px/16 = 16.375em */
}

.affAlertDialogHostess {
    display: block;
    width: 7.563em; /* 121px/16 = 7.563em */
    height: 12.125em; /* 194px/16 = 12.125em */
    background-image: url('../img/web/common/alertHostess.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 0em;
    bottom: -0.063em; /* -1px/16 = -0.063em */
}

.affAlertDialogSubmit {
    display: block;
    position: absolute;
    left: 15.5em; /* 248px/16 = 15.5em */
    bottom: 1.875em; /* 30px/16 = 1.875em */
}

.affAlertDialogContent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em; /* 16px/16 = 1em */
    color: #685E50;
}

.affAlertDialogContent.big {
    font-size: 1.875em; /* 30px/16 = 1.875em */
    text-align: center;
}
