#ie-alert-overlay {
    width: 100%;
    height: 100%;
    /*background-image: url(bg.png);*/
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

* html #ie-alert-overlay {
    position: absolute;
}

#ie-alert-panel {
    /*width: 600px;*/
    width: auto;
    height: auto;
    top: 0;
    _top: 0;
    left: 0;
    position: fixed;
    z-index: 1000001;
    margin: 0 0 0 0;
    padding: 40px;
    _position: absolute;
    _top: expression(200+((e=document.documentElement.scrollTop)?e: document.body.scrollTop)+'px');
    font-family: Microsoft YaHei,Meiryo,Malgun Gothic,Segoe UI,Tahoma,sans-serif;
}

* html #ie-alert-panel {
    top: 0;
}

.ie-logo {
    display: none;
}


.ie-title {
    display: block;
    margin: 0 0 50px 0;
    padding: 0 0 0 70px;
/*    height: 56px;
    line-height: 56px;*/
    font-size: 42px;
    /*color: #464646;*/
    color: #4f4f4f;
    display: block;
    line-height: 1.3em;
    
    float: none;
    background: transparent url('ie_symbol_clr_56x56.png') 0 0 no-repeat;
}

.ie-c {
    height: 100%;
    /*background: #f6f6f6;*/
    /*float: left*/
}

.ie-c ul {
    margin: 0;
    padding: 0;
}

.ie-c ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #f0f0f0;
}

.ie-p {
    /*color: #565656;*/
    margin-left: 70px;
    color:#000;
    text-align: left;
}

.ie-p p {
    font-size: 16px;
}

.ie-p .ie-updata {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.ie-down-item {
    padding: 20px;
    background-color: #eee;
    max-width: 800px;
    min-width: 240px;
    height: 30px;
    line-height: 30px;
}

.iedi-k {
    /*width: 100px;*/
    color:#666;
}

.iedi-v {
    margin-top: -30px;
    margin-left: 100px;
    text-align: right;
}

.iedi-v a,
.iedi-v a:hover,
.iedi-v a:active {
    display: block;
    text-align: center;
    width: 100px;
    padding: 0 0;
    background-color: #FC4C03;
    text-decoration: none;
    color:#fff;
    font-weight: bold;
}

.ie-p .ie-setup {
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.ie-thank {
    display: block;
    padding: 0 0 0 30px;
    color:#505050;
    font-size: 16px;
    height: 26px;
    line-height: 24px;
    background: transparent url(icon-i.png) 0 0 no-repeat;
}

