﻿/*弹出窗口*/
.innerbodywrapper {
    margin: 0 10px;
    overflow: hidden;
}

.iwindow {
    position: absolute;
    border: 0;
    background: #ffffff;
    z-index: 9999;
}

.iwindow h2 {
    margin: 0;
    padding: 0;
    background-color: #FE9900;
    height: 35px;
    position: relative;
    padding-left: 15px;
    color: #FFFFFF;
    overflow: hidden;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 2px;
}

.iwindow h2 a {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(/images/v/iwindows/an1.gif) no-repeat -123px -84px;
    top: 12px;
    right: 15px;
}


.msgcontent {
    background-color: #ffffff;
    margin: 0;
    padding: 30px 10px;
    padding-bottom: 20px;
}

.msgcontent .DataTable td {
    border: 0;
}

/*遮掩层*/
.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
    z-index: 999;
}

#a123_page img {
    opacity: .7;
}