/* CSS Document */
.overbox {
	display: none;
	position: absolute;
	top: 50%;
	left: 45%;
	width: 12%;
	height: 8%;
	z-index:1002;
	overflow: auto;
	background: #FFFFFF;
	border: solid 3px #CCCCCC;
	padding: 10px;
}




