.pb_container{
	font-family: "Microsoft YaHei",tahoma, Verdana, Arial, sans-serif;
    position:relative;
}
.pb_mask{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: gray;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	opacity: .3;
	z-index: 10000;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_height: expression(eval(document.documentElement.clientHeight));
}
.pb_panel {
    width: 666px;
    display: block;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight/2));
    margin-left: -333px;
    margin-top: -180px;
    z-index: 10001;
    box-shadow: 2px 2px 4px #EBEFF2, -1px -1px 4px #EBEFF2;
    background-color: #fff;
    border-radius: 10px;
}
.pb_header {
   
     height: 40px;
    position: relative;
    border-bottom: 1px dashed #C2C2C2;
    width: 98%;
    margin: 0 auto;
    _width: 990px;
}
.pb_title {
    margin: 0 10px;
    display: inline-block;
    line-height: 40px;
    color: #6C90FC;
    font-size: 14px;
    font-weight: normal;
}
.pb_closebtn:link, .pb_closebtn:visited {
    display: inline-block;
    width: 20px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color: #4977FC;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-family: "Microsoft JhengHei","microsoft yahei",Monaco,Menlo,Consolas,"Courier New",monospace;
}
.pb_closebtn:hover{
	
}
.pb_body{
	padding: 20px;
	font-size: 14px;
	max-height: 500px;
	overflow-y: auto;
}
.pb_body a.pb_link:link, .pb_body a.pb_link:visited{
	color: #2c9445;
}
.pb_body a.pb_link:hover{
	text-decoration: underline;
}
.pb_btns {
    display: none !important;
    text-align: center;
    margin-top: 20px;
}
.pb_btns a{
	text-decoration: none;
}
.pb_okbtn:link, .pb_cancelbtn:link, .pb_okbtn:visited, .pb_cancelbtn:visited {
    display: inline-block;
    height: 30px;
    margin: 0 15px;
    padding: 0 30px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
}
.pb_okbtn:link, .pb_okbtn:visited {
    background: #4977FC;
}
.pb_okbtn:hover {
    background: #4977FC;
}
.pb_okbtn:active {
    background: #4977FC;
}

.pb_cancelbtn:link, .pb_cancelbtn:visited {
    background: #4977FC;
    color: white;
}
.pb_biggreenbtn:link, .pb_biggreenbtn:visited, .pb_bigbluebtn:link, .pb_bigbluebtn:visited{
	display: inline-block;
	width: 152px;
	height: 44px;
	color: #FFF;
	font-size: 18px;
	line-height: 44px;
	margin: 0 10px;
}
.pb_biggreenbtn:link, .pb_biggreenbtn:visited{
	background: url(biggreenbtn.png) 0 0  no-repeat;
}
.pb_bigbluebtn:link, .pb_bigbluebtn:visited{
	background: url(bigbluebtn.png) 0 0  no-repeat;
}
.pb_biggreenbtn:hover{
	background-position: 0 -53px;
}
.pb_biggreenbtn:active{
	background-position: 0 -104px; 
}
.pb_bigbluebtn:hover{
	background-position: 0 -53px;
}
.pb_bigbluebtn:active{
	background-position: 0 -109px; 
}

.pb_footer{
	margin: 30px 0 10px;
	font-size: 12px;
	color: #666;
	text-align: right;
	padding-right: 20px;
}

.pb_righticon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 33px;
	height: 25px;
	background: url(right.png) no-repeat;
}
.pb_wrongicon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 18px;
	height: 20px;
	background: url(wrong.png) no-repeat;	
}