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: 2px solid #FD7A13;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 65535;
}
div.msg_top {
	background-color: #FD7A13;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
div.msg_top a:link {
	color: #000000;
	text-decoration: none;
}
div.msg_top a:visited {
	color: #000000;
	text-decoration: none;
}
div.msg_top a:hover {
	color: #000000;
	text-decoration: none;
}
div.msg_top a:active {
	color: #000000;
	text-decoration: none;
}
div.msg_body {
	padding: 10px;
}
