/*弹出层样式*/
.btn3_mouseout
{
    border-right: #2C59AA 1px solid;
    padding-right: 2px;
    border-top: #2C59AA 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
    border-left: #2C59AA 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #2C59AA 1px solid;
}
.btn3_mouseover
{
    border-right: #2C59AA 1px solid;
    padding-right: 2px;
    border-top: #2C59AA 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#D7E7FA);
    border-left: #2C59AA 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #2C59AA 1px solid;
}
.btn3_mousedown
{
    border-right: #FFE400 1px solid;
    padding-right: 2px;
    border-top: #FFE400 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
    border-left: #FFE400 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #FFE400 1px solid;
}
.btn3_mouseup
{
    border-right: #2C59AA 1px solid;
    padding-right: 2px;
    border-top: #2C59AA 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
    border-left: #2C59AA 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #2C59AA 1px solid;
}

#windownbg
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000; /*body-bg*/
    top: 0;
    left: 0;
}
#windown-box
{
    position: fixed;
    _position: absolute; /*For IE 6.0*/
    border: 5px solid #E9F3FD;
    background: #FFF;
    text-align: left;
}

#windown-title
{
    position: relative;
    height: 30px;
    border: 1px solid #A6C9E1;
    overflow: hidden;
    background: url(../images/divbg.png) 0 -330px repeat-x;
}
#windown-title h2
{
    position: relative;
    left: 10px;
    top: 5px;
    font-size: 14px;
    color: #666;
}
#windown-close
{
    position: absolute;
    right: 10px;
    top: 8px;
    width: 10px;
    height: 16px;
    text-indent: -10em;
    overflow: hidden;
    background: url(../images/divicon.png) -820px -720px no-repeat;
    cursor: pointer;
}

#windown-content-border
{
    position: relative;
    top: -1px;
    border: 1px solid #A6C9E1;
    padding: 5px 0 5px 5px;
    background: url(../images/divbg.png) 0 -380px repeat-x;
}
#windown-content
{
    position: relative;
    overflow: auto;
    text-align: center;
}
#windown-content img, #windown-content iframe
{
    display: block;
}
#windown-content .loading
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}


/*弹出层样式*/