div#lhpopup {
    width: 346px;
	height: 124px;
	background: #fff url(/gfx/bg_lhpopup.gif) no-repeat 0 0;
	position: relative;
}

div#lhmappopup {
    width: 500px;
	height: 500px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #d6ecf1;
	padding: 25px 9px 9px 9px;

}

div#lhmappopup div.close,
div#lhpopup div.close {
	cursor: pointer;
    height: 10px;
	width: 100%;
	left: -9px;
	top: 6px;
	position: absolute;
	text-align: right;
}

#jDialogOverlay {
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index:900;
	display:none;
}
