<style type="text/css">
body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: auto;
	padding: 0;
}
.fadebox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=50);
}
.overbox {
	display: none;
	position: absolute;
	top: 600px;
	left: 300px;
	width: 50%;
	height: 50%;
	z-index:1002;
	overflow: 50%;
}
#content {
	background: #FFFFFF;
	border: solid 3px #CCCCCC;
	padding: 5px;
}
</style>
