.incompat-browser-alert {
    background: #373839;
    color:#f4f4f4;
    width:100%;
    border-bottom:1px solid #000000;
    text-align: center;
}

.incompat-browser-alert-content {
    margin: 0 auto;
    width:900px;
    text-align: left;
}

.incompat-browser-alert-content table{
    margin: 0 auto;
}

.incompat-browser-alert td {
    padding:0 20px 0 0;
    vertical-align:top;
    font-family:Verdana, sans-serif;
    font-size:14px;
}

.incompat-browser-alert td.first{
    width: 70px;
}

.incompat-browser-alert .incompat-browser-icon-1 {
    background: none repeat scroll 0 0 #E06D3C;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    margin: 14px;
    padding: 10px;
    text-align:center;
    border: 3px solid #333333;
    width:50px;
    height:50px;
}
.incompat-browser-alert p img {
    background: none repeat scroll 0 0 #ffffff;
    padding:1px;
    vertical-align:middle;
}
.incompat-browser-alert strong {
    font-size:14px;
    color:#000000;
    text-decoration:underline;
}
.incompat-browser-alert h3 {
    margin:10px 0;
    font-family:Verdana, sans-serif;
    font-size:16px;
}
.incompat-browser-alert a {
    color:#E06D3C;
}
.incompat-browser-alert p {
    margin:5px 0;
    font-size:14px;
}

.incompat-browser-alert .close {
    position: absolute;
    top: 0;
    right: 0;
}
.incompat-browser-alert .close a {
    padding:0 16px;
    background:  #2f2f2f;
    font-weight:bold;
    font-size:16px;
    line-height:28px;
    text-decoration:none;
    display:inline-block;
    min-height:30px;
}
.incompat-browser-alert .close a span {
    font-size: 20px;
    position: relative;
    top: 1px;
    line-height: 18px;
}
.incompat-browser-alert .close a:hover {
    background:#000000;
}
.incompat-browser-alert .clear {
    clear:both;
}

.incompat-browser-alert.subtle-notice {
    background:#eeeeee;
    color:#555555;
    border-bottom:1px solid #BBBBBB;
}
.incompat-browser-alert.subtle-notice a {
    color:#242FC9;
}
.incompat-browser-alert.subtle-notice .incompat-browser-icon-1  {
    background:#E06D3C;
    color:#ffffff;
    border:0 none;
}
.incompat-browser-alert.subtle-notice .close a {
    background:#ccc;
    color: #000000;
}
.incompat-browser-alert.subtle-notice .close a:hover {
    background:#bbb;
}

.hide_compat_message_wrap {
    margin-top: 10px;
}

#hide_compat_message {
    margin-left: 0;
}

.announcement-message {
    color: #696969;
    font-size: 15px;
    width: 100%;
    background-color: #B6410D;
    margin-left: 0px;
    margin-top: 30px;
    color: #FFFFFF;
    font-weight: bolder;"
}

.fixed-message {
    position:fixed;
    top:0px;
}