#lopdblackbox {
	display: none;
	position: absolute;
	top   :  0%;
	left  :  0%;
	width : 100%;
	height: 100%;
	background: #000000;
	z-index: 100;
}
#lopdtextbox {
	display: none;
	position: absolute;
	bottom   : 100px;
	left  : 50%;
	width :   0%;
	height:   0%;
	padding: 20px 20px;
	background: #FFFFFF;
	z-index: 200;
}
#lopdtextbox h1 {
	display: none;
	position: relative;
	margin :  0px  0px  6px  0px !important;
	color: #000;
	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;
	line-height:16px;
}
#lopdtextbox a {
	color: #707173;
	text-decoration: none;
}
#lopdtextbox a:hover {
	text-decoration: underline;
}
#lopdopenbox
{
    color:#000;
    font-weight:bold;
}