@charset "gb2312";
/* CSS Document */
.KeyNotify{
    font:16px/1 arial,"Microsoft yahei";
    position: relative;
    height: 100%;
    width:100%;
    margin: 0 auto;
    overflow: hidden;
    background-color:#eaeaea;

}
.KeyNotify a:link,.KeyNotify a:visited
{
    color:#000;
    text-decoration: none;
}
.KeyNotify ul{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    color: #444;
    font-size: 14px;
    margin-top: 1px;
    float: left;
}
.KeyNotify ul li{
    list-style-type:none;
    line-height: 30px;
    padding-left: 100px;
    float: left;
}
.KeyNotify a:hover{
    color: #FA9101;
}
.KeyNotify #pnlClient{
    height: 100%;
    width: 1200px;
    margin: auto;
}
.KeyNotify #pnlMarquee{
    height: 100%;
    width: 1100px;
    overflow: hidden;
    float: left;
}
.KeyNotify #pnlTitle{
    float: left;
    height: 100%;
    width: auto;
    line-height: 30px;
    max-width: 100px;
}