body { position:relative; }
#pop {
	top:60px;
	width:750px;
	margin-left:-310px;
	left:50%;
	display:none;
	position:absolute;
}
#popstyle {
	background-color:#fff;
	border:5px solid #79b;
	padding:10px 15px;
	text-align:center;
}
#popdim {
	background-color:#CC0000;
	opacity: 0.8;
	filter:alpha(opacity=80);

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
}
#popstyle p.headline1 { line-height:normal; }
#popstyle p.standardtext {line-height:normal;}
#popstyle p { margin-top: 10px; margin-bottom: 10px; }
.style8 {
	font-size: xx-large;
	font-weight: bold;
	color: #990000;
}
.style9 {
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
.style10 {color: #990000}
.style11 {color: #000000}