#popup {
	width: 352px;
	background-color: #F1FFFF;
	padding: 0 20px 20px;
	height: auto;
	z-index: 9;
	position: fixed;
	display: none;
	top: 300px;
	right: 0px;
	left: 0;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 4px #61C8FF solid;
	font-size:12px;
	text-align:justify;
}
#close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #61C8FF;
	color: white;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor:default;
}
#close:hover{ background-color:#F0F9FF}
