.ieWarningTitle {
    color: #333;
    font-size: 14px;
    margin-bottom: 50px;
    font-weight: normal;
}

.ieWarningLink {
    text-decoration: underline!important;
    font-weight: normal;
    color: #333333!important;
}

.ieWarningLink:hover { color: #555555!important; }

/* 
 * Some styling is duplicated from the FOH simple modal to support the
 * message on the BOH admin login page.
 * "Standard" button styling exists to standardize the button in the modal
 * for all non-OOE sites
*/
.ieWarningButton-Standard {
    width: 70px!important;
    float: right!important;
    background-color: #E1E1E1!important;
    color: black;
    cursor: pointer;
    border: none!important;
    height: 30px!important;
    line-height: 20px!important;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 16px;
    transition-property: background;
    transition-duration: 0.2s;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 5px;
}

.ieWarningButton-Standard:hover { background-color: #F7F7F7!important; }