div.overlay {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	background-color: #000000;
	overflow: hidden;
	z-index: 65534;
}
div.msg {
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	width: 400px;
	margin-left: -200px;
	border: 1px dotted #666666;
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 65535;
}

