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

.modal {
	position: fixed;
	display: none;
	z-index: 99999;
	top: 35%;
	left: 43%;
	width: 700px;
	height: 300px;
	margin: -116px 0 0 -221px;
	padding: 20px;
	color: #FFF;
	text-align: center;
	border: 3px solid #09F;
	border-radius: 10px;
	background-color: #FFF;
	background-color:rgba(255,255,255,0.9);
}
.modal img {
	vertical-align: bottom;
}
.modal p {
	margin-bottom: 10px;
}
.close_modal {
	float: right;
}

.modal ul {
	text-align: center;
}
.modal li {
	display: inline;
}
.modal a {
	cursor: pointer;
	color: #666;
}
