@charset "UTF-8";

#popup {
	display: none;
	background-image:url(../images/popup_back.png);
	width: 486px;
	height: 310px;
	position: fixed;
	top: 25%;
	left: 30%;
	right: 30%;
	z-index: 99;
	color: white;
}

#button1 {
	width: 195px;
	height: 61px;
	margin: 185px 0 0 20px;
	float: left;
}
#button2 {
	width: 243px;
	height: 70px;
	margin: 180px 0 0 5px;
	float: left;
}
#button3 {
	width: 470px;
	height: 27px;
	margin: 7px 15px 0 0;
}


