﻿@charset "utf-8";
.background{position:fixed;_position:absolute;z-index:998;top:0px;left:0px;width:100%;_width:expression(document.documentElement.clientWidth);height:100%;_height:expression(document.documentElement.clientHeight);background:rgb(50,50,50);background:rgba(0,0,0,0.5);}
.webox{position:fixed;_position:absolute;z-index:999;padding:8px;border:solid 1px #000;_background:#777;background:rgba(10,10,10,0.5);}
.webox #inside{background-color:#FFFFFF;height:240px;}
.webox #inside h1{ background: url("../images/bg.jpg") repeat scroll 0 0 transparent;color: #4C5A5F;font-size: 12px;
    font-weight: bold;
    height: 30px;
    position: relative;
    text-indent: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);line-height: 30px;}

.webox #inside h1 a{position:absolute;display:block;right:6px;margin-top:6px;top:0px;font-size:14px;background-image:url(../images/close.fw.png);background-repeat:no-repeat;background-position:center top;width:17px;height:17px;cursor:pointer;display:inline-block;}
.webox #inside h1 a:hover{background-position:center bottom;}

.mainlist{padding:5px;}
.mainlist .OK {
    background: url("../images/warning.png") no-repeat scroll 5px 7px transparent;
    padding: 20px 10px 20px 60px;font-weight: 600;
}
.mainlist .cxc_bd {
    line-height: 35px;
    padding: 10px 5px 10px 55px;;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}