#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.pop-popup{
	display:none;
	background: #fff;
	padding: 5px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 11px;
	position: fixed;
	top: 300px; left: 370px;
	height:420px;
	width:650px;
	z-index: 99999;
	color: #3c3c3c;
	line-height: 18px;
	border: 2px solid #858681;
		border-radius:13px 13px 13px 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px; 
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

.myButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#001C55;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	margin-bottom:20px;
	text-decoration:none;
	width:autopx;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}