.pb_container{
	font-family: "Microsoft YaHei",tahoma, Verdana, Arial, sans-serif;
	//display: none;
}
.pb_mask{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	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 #A0A0A0, -2px -2px 4px #A0A0A0;
	background-color: #fff;
}
.pb_header{
	background: #EDEDED;
	height: 46px;
	padding-left: 24px;
	position: relative;
	_width: 990px;
}
.pb_title{
	margin: 0 10px;
	display: inline-block;
	line-height: 46px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
}
.pb_closebtn:link, .pb_closebtn:visited{
	display: inline-block;
	width: 46px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	line-height: 46px;
	font-family: "Microsoft JhengHei","microsoft yahei",Monaco,Menlo,Consolas,"Courier New",monospace;;
}
.pb_closebtn:hover{
	background-color: #DADADA;
}
.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{
	text-align: center;
	margin-top: 40px;
}
.pb_btns a{
	text-decoration: none;
}
.pb_okbtn:link, .pb_cancelbtn:link, .pb_okbtn:visited, .pb_cancelbtn:visited{
	display: inline-block;
	height: 36px;
	margin: 0 15px;
	padding: 0 24px;
	color: #fff;
	line-height: 36px;
	font-weight: normal;
	font-size: 14px;
	border-radius: 5px;
}
.pb_okbtn:link, .pb_okbtn:visited{
	background: #2C9445;
}
.pb_okbtn:hover{
	background: #53A767;
}
.pb_okbtn:active{
	background: #53A767;
}

.pb_cancelbtn:link, .pb_cancelbtn:visited{
	background: #E1E1E1;
	color: #333;
}
.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: 20px 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;	
}