#lopdblackbox {
	display: none;
	position: absolute;
	top   :  0%;
	left  :  0%;
	width : 100%;
	height: 100%;
	background: #000000;
	z-index: 100;
}
#lopdtextbox {
	display: none;
	position: absolute;
	top   : 50%;
	left  : 50%;
	width :   0%;
	height:   0%;
	padding: 10px 10px;
	background: #FFFFFF;
	z-index: 200;
}
#lopdtextbox h1 {
	display: none;
	position: relative;
	margin :  0px  0px  6px  0px !important;
	color: #007699;
	font-family: Arial;
	font-size  : 24px;
	font-weight: normal;
}
#lopdtextbox p {
	display: none;
	position: relative;
	margin :  0px  0px  6px  0px !important;
	font-family: Verdana;
	font-size  : 10px;
}
#lopdtextbox a {
	color: #FF6600;
	text-decoration: none;
}
#lopdtextbox a:hover {
	text-decoration: underline;
}
