#msg_win {
    border: 1px solid #A67901;
    background: #EAEAEA;
    width: 240px;
    position: absolute;
    right: 0;
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
    display: none;
    overflow: hidden;
    z-index: 99;
}
#msg_win .icos {
    position: absolute;
    top: 2px;
    *top: 0px;
    right: 2px;
    z-index: 9;
}
.icos a {
    float: left;
    color: #833B02;
    margin: 1px;
    text-align: center;
    font-weight: bold;
    width: 14px;
    height: 22px;
    line-height: 22px;
    padding: 1px;
    text-decoration: none;
    font-family: webdings;
}
.icos a:hover {
    color: #fff;
}
#msg_title {
    background: #BBDEF6;
    border-bottom: 1px solid #A67901;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    color: #000;
    height: 25px;
    line-height: 25px;
    text-indent: 5px;
}
#msg_content {
    margin: 5px;
    margin-right: 0;
    width: 230px;
    height: 126px;
    overflow: hidden;
}