/* CSS Document */
#box {
	position: absolute;
	top:15%;
	left:50%;
	width:660px;
	margin-left:-430px;
	text-align: center;
	display: none;
	background-color:#999;
	z-index:999;
}
#rappa {
	position:relative;
	padding:10px;
}

#close {
	background:url(close.png) center right no-repeat;
	cursor:pointer;
	float:right;
	display:block;
	width:5em;
	height:2.em;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	position:absolute;
	padding-right:14px;
	top:0em;
	right:.2em;
}


