﻿.window-bg
{
    background-color: #FFFFFF;
    height: 1000px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 999;
}
.window-inner-content
{
    background-color: White;
    border-color: #FFCC66;
    border-style: none;
    left: 30%;
    position: absolute;
    top: 20%;
    width: 560px;
    z-index: 1000;
}
#div_info
{
    text-align: center;
    padding: 30px 0;
}
.evalbox
{
    border: solid 5px #7a7a7a;
}
.evalheader
{
    background-color: #3777bc;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    height: 18px;
    padding: 5px 15px;
    text-align: left;
    _width: 560px;
}
.close
{
    position: relative;
    right: 0;
}
.close a, .close a:hover, .close a:visited
{
    color: #FFF;
}
.evalcontent
{
    margin: 15px 20px;
}
.fl
{
    float:left;
}
.fr
{
    float:right;
}
