.pop_up_content{
	width:500px;
	/* height:350px; */
	padding: 36px 24px 36px 24px;
	background:#ffffff;
	margin-left:-250px;
	margin-top:-175px;
	position: absolute; top: 50%; left: 50%;
}

	.pop_up_content .info {
		padding: 12px 0;
		line-height: 1.6;
		color: #333;
	
	}

/** {margin:0; padding: 0; list-style: none; border: none; }*/

.wait-buttons {
	text-align: center;
	margin-top: 8px;
}

#wait-cancel {
	font-size: 18px;
	cursor: pointer;
	text-decoration: underline;
	color: #1560bd;
}

#wait-agree {
	font-size: 18px;
	text-decoration: underline;
	color: #1560bd;
	margin-right: 36px;
}

#wait-agree:hover, #wait-cancel:hover {color: #960018;}

#pop-up {
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 111;
	width:100%;
	height:100%;
	background:url("/i/pop_bg.png");
	top: expression(
                    document.getElementsByTagName( 'body' )[0].scrollTop + "px"
                );

}
