#agreementLayer{
	width:100%;
	z-index:999998;
	background-color:#000;
	background:url(/Public/images/blackbg.png); 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='scale',src="/coin/Public/images/blackbg.png");
	_ background-image: none; /* IE6 */ 
	opacity:0.5;
	position: absolute;
	left:0px;
	top:0px;
	display:none;
}

#agreementDoc
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #000000;
    left: 50%;
    margin-left: -200px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 50%;
    width: 520px;
	height:520px;
	z-index: 999999;
	display:none;
	padding:0px 20px 20px 20px;
	
	/* background:url(/Public/images/form-cz.png) no-repeat; */
}

#agreementDocHead
{
	width:520px;
	height:40px;	
}
#agreementDocHeadTxt
{
	width:360px;
	height:40px;
	line-height:40px;
	font-size:22px;
	font-family:'微软雅黑';
	color:3a3a3a;
	font-size:22px;
	float:left;
	margin-left:-20px;
	padding-left:-20px;
	background:url(/coin/Public/images/form-cz.png) no-repeat;
	background-position:0 -753px;
	padding-left:20px;
}
#agreementDocHeadClose
{
	float:right;
	width:20px;
	height:20px;
	margin-top:10px;
	background:url(/coin/Public/images/form-cz.png);
	background-position:0 -815px;
}
#agreementDocContent
{
	width:520px;
	height:440px;
	margin-top:20px;
	overflow-y:scroll;
	font-size:14px;
	line-height:30px;
}


/*弹出框样式*/
.layerdiv .nopadb
{
	height:50px;
	font-weight:500;
	font-family:"Microsoft Yahei";
	font-size:14px;
	color:#333333;
}

.layerdiv .nopadb1
{
	font-size:22px;
	font-family:"Microsoft Yahei";
}
.btnHref,.btnHref:hover
{
	margin-bottom:15px;
	background-color:#f88b46;
	width:100px;
	height:30px;
	line-height:30px;
	display: inline-block;
	margin-left: 20px;
	color: #FFFFFF;
	text-decoration:none;
	font-family:"Microsoft Yahei";
}

