@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*.gold {
	font-weight: bold;
	color: #C5AC45;
}*/
#div {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #be1a8d;
	margin-left: -210px;
	margin-top: -150px;
	z-index: 2;
	width: 420px;
	height: 300px;
	padding: 0px;
	/*font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;*/
	background-color: #FFFFFF;
}
.close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-image: url(../images/close_popup.png);
	background-repeat: no-repeat;
}
#dark {
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 1;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;	
}

