@charset "utf-8";
/* CSS Document */


#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 6px solid #867012;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	height: 400px;
}
img.btn_close {
	float: right;
	margin: 0px 0px 0 0;
}
img.btn_close1 {
	float: left;
	margin: 0px 0px 0 0;
}


/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html #fadex {
	position: absolute;
}

*html .popup_block {
	position: absolute;

}

.poplight2 {
	font:12px Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
.poplight2:hover {
	font:12px Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #fca32f;
}


