div#lpopup-overlay {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
}

div#lpopup-container {
	background-color: #fff;
	text-align: center;
	border: 1px solid #d6ecf1;
	padding: 25px 9px 35px 9px;
}

div#lpopup-container img {
    background-color: #fff;
	padding: 12px 0px 0px 4px;	
}

div#lpopup-title {
	position: absolute;
	bottom: 18px;
	left: 0;
	height: 15px;
	padding-top: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #084382;
}

div#lpopup-close {
	background: transparent url(/gfx/lpopup/popup_close.png) no-repeat 100% 0;
	cursor: pointer;
    height: 10px;
	width: 100%;
	left: -9px;
	top: 2px;
	position: absolute;
	z-index: 99;

}

