
#iewarn {
    background:#C6D3DA url(../images/error.png) no-repeat scroll 10px 20px;
    color:#001D29;
    font-size:110%;
    margin:-155px auto 0;
    position:relative;
    z-index:8000;
}
#iewarn div {
    border-bottom:5px solid #95B8C9;
    border-top:5px solid #95B8C9;
    padding:10px 80px 10px 220px;
    position:relative;
}
#iewarn h4 {
    color:#990000;
    font-weight:bold;
    line-height:120%;
}
#iewarn a {
    color:#296AC6;
    font-weight:bold;
}
#iewarn_close {
    background:transparent url(../images/close.png) no-repeat scroll 50% 50%;
    cursor:pointer;
    display:block;
    height:21px;
    position:absolute;
    right:12px;
    top:25px;
    width:61px;
}
#iewarn_close.cHover {
    background:transparent url(../images/close_hover.png) no-repeat scroll 50% 50%;
}