﻿#yoo-iecheck {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: auto;
    background: #ffffe1 url(Images/warning.png) 0 0 no-repeat;
    border-bottom: 1px solid #999999;
    font-size: 11px;
    visibility: hidden;
    color: #646464;
}
#yoo-iecheck p.msg {
    margin: 0px 70px 0px 25px;
    padding: 0px;
}
#yoo-iecheck div.close {
    position: absolute;
    top: 0px;
    right: 25px;
    color: #AA1428;
    cursor: pointer;
}
#yoo-iecheck img {
    vertical-align: middle;
}
#yoo-iecheck a:link, #yoo-iecheck a:visited {
    color:#AA1428;
    text-decoration: none;
    white-space: nowrap;
}
#yoo-iecheck a:hover {
    color:#FF0000;
    text-decoration: underline;
}