﻿body
{
    font-size: 14px;
    font-family: Microsoft Yahei;
    line-height: 25px;
    color: Gray;
    margin: 0px;
}
a
{
    color: #141414;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
/*弹出窗样式*/
#msgDiv
{
    display: none;
    font-size: 12px;
    z-index: 3;
    left: 45%;
    margin-left: -225px;
    position: absolute;
    top: 35%;
    background-color: #E9E9E9;
    box-shadow: 0px 1px 3px #C3C3C3;
}
#bgDiv
{
    display: none;
    right: 0px;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75);
    opacity: 0.6;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color: #777;
}
#msgShut
{
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: right;
    color: White;
    background-color: #777;
    cursor: pointer;
}

