#ie-alert-overlay {
    width: 100%;
    height: 100%;
    /*background-image: url(bg.png);*/
    background: #0066cc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}
* html #ie-alert-overlay {
    position: absolute;
}
#ie-alert-panel {
    /*width: 600px;*/
    height: auto;
    top: 200px;
    left: 48%;
    position: fixed;
    z-index: 1000001;
    margin: 0 0 0 -300px;
    _position: absolute;
    _top: expression(200+((e=document.documentElement.scrollTop)?e: document.body.scrollTop)+'px');
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}
.ie-p {
    font-size: 15px;
    /*color: #565656;*/
    color:#fff;
    line-height: 1.6em;
    text-align: left;
       
}
.ie-p a {
    font-weight: 700;
    color:#000;
}
.ie-p a:hover ,
.ie-p a:focus {
    color:#ff0000;
}
#ie-alert-panel a {
    text-decoration: none
}
.ie-span {
    font-size: 36px;
    /*color: #464646;*/
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 10px 0 15px 0;
    float: none;
}
.ie-r-b-c,.ie-r-t-c,.ie-l-t-c,.ie-l-b-c {
    /*background: url(iesprites.png) no-repeat*/
}
.ie-l-t-c {
    /*width: 47px;
    height: 47px;
    background-position: -18px -9px;
    float: left*/
    display: none;
}
.ie-l {
    /*height: 100%;
    width: 47px;
    float: left;
    clear: both;
    background: url(left.png)*/
    display: none;
}
.ie-l-b-c {
    /*width: 47px;
    height: 46px;
    background-position: -17px -66px;
    float: left;
    clear: both*/
    display: none;
}
.ie-b {
    /*height: 46px;
    width: 506px;
    float: left;
    background: url(bottom.png)*/
    display: none;
}
.ie-r-t-c {
    /*width: 47px;
    height: 47px;
    background-position: -83px -10px;
    float: right;
    cursor: pointer*/
    display: none;
}
.ie-r-t-c: hover {
    /*background-position: -143px -9px*/
}
.ie-r {
    /*height: 100%;
    width: 47px;
    float: right;
    background: url(right.png)*/
    display: none;
}
.ie-c {
    width: 650px;
    height: 100%;
    /*background: #f6f6f6;*/
    /*float: left*/
}
.ie-r-b-c {
    /*width: 47px;
    height: 46px;
    background-position: -83px -65px;
    float: right*/
    display: none;
}
.ie-t {
    /*height: 47px;
    width: 506px;
    float: left;
    background: url(top.png)*/
    display: none;
}
.ie-u {
    width: auto;
    height: 43px;
    /*margin: 30px auto 0 -66px;*/
    margin: 30px auto 0 auto;
    /*position: relative;*/
    left: 50%
}
.ie-u-l {
    /*width: 14px;
    height: 43px;
    background: url(u-left.png);
    float: left*/
    display: none;
}
.ie-u-c {
    width: 120px;
    height: 30px;
    line-height: 30px;
    /*background: url(u-center.png);*/
    background-color: #fc4c03;
    float: left;
    padding: 0 0 0 0;
    color:#fff;
    text-align: center;
    cursor: pointer
}
.ie-u-c:hover,
.ie-u-c:focus {
    background-color: #ff6803;
}
.ie-u-c:active {
    background-color: #000;
}
.ie-u-s {
    /*margin: 5px 25px 5px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;*/
}
.ie-u-r {
    /*width: 14px;
    height: 43px;
    background: url(u-right.png);
    float: left*/
    display: none;
}
/*
#ie-alert-panel.ie6-style .ie-r-b-c {
    background: url(6_r_b_c.png) no-repeat
}
#ie-alert-panel.ie6-style .ie-r-t-c {
    background: url(6_r_t_c.png) no-repeat
}
#ie-alert-panel.ie6-style .ie-r-t-c: hover {
    background: url(6_r_t_c_h.png) no-repeat
}
#ie-alert-panel.ie6-style .ie-l-t-c {
    background: url(6_l_t_c.png) no-repeat
}
#ie-alert-panel.ie6-style .ie-l-b-c {
    background: url(6_l_b_c.png) no-repeat
}
#ie-alert-panel.ie6-style .ie-l {
    background: url(6_left.png)
}
#ie-alert-panel.ie6-style .ie-r {
    background: url(6_right.png)
}
#ie-alert-panel.ie6-style .ie-b {
    background: url(6_bottom.png)
}
#ie-alert-panel.ie6-style .ie-t {
    background: url(6_top.png)
}
*/

.ie-logo {
    width: 256px;
    height: 256px;
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    background: transparent url('ie-logo.gif') no-repeat;
}
