#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
}

.box {
	position:fixed;
	overflow:auto;
	border:1px solid #CCC;
	padding:10px;
	background-color:#FFFFFF;
	z-index:100;
}

#box_close {
	width:100%;
	text-align:right;
	margin-bottom:20px;
}