@charset "utf-8";
#popup_1/* CSS Document */

 {
	position: absolute;
	visibility: visible;
	left: 5px;
	top: 5px;
	text-align: center;
}
#popup_1  h1 {
	color: #FF9900;
	margin: 2px;
}
#popup_1 p {
	color: #FFCC00;
}
#popup_1 a {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}



#close {
	float: right;
}
#popup_2 {
	position: absolute;
	visibility: visible;
	color: #000000;
	text-align: center;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	right: 0px;
	height: 616px;
	width: 800px;
}
