<!--- bchesley on 11/10/11 - moved styling for IE8 upgrade notice to external style sheet --->
.center {
  text-align: center;
}

#ie-notification {
    background-image: url(../images/ie-8-note-bg.gif);
    background-repeat: no-repeat;
    text-align: center;
    margin: 20px auto;
    height: 78px;
    width: 534px;
    font-size: 12px;
}

#ie-notification p {
    text-align: left;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 14px;
    padding-left: 65px;
    margin-bottom: 15px;
}

#ie-upgrade {
    background-image: url(../images/iol/upgrade-now.gif);
    border: none;
    outline: none;
    display:block;
    height: 35px;
    width: 141px;
}

#ie-notification a {
    font-size: 12px;
}