@charset "ibm852";
/* CSS Document */

.modalDialog {
	position: fixed;
	overflow:auto;
	font-family: Verdana, Geneva, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity:0;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 420px;
	position: relative;
	margin:0px auto;
	margin-top:20px;
	padding:15px 20px 5px 20px;
	
	color: rgb(44,44,44);
	border-radius: 10px;
	background: #fff;
}

.close {
	display:block;
	margin:5px auto 15px auto;
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	width: 320px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.website {
	text-align:center;
}

.website a {
	text-align:center;
	color: rgb(51,0,204);
}

.website a:hover {
	text-align:center;
	color: rgb(51,0,255);
}