.modalDialog {
	background-color: #CCC;
	display: none;
	filter: alpha(opacity=40);
	margin-top: -20px;
	opacity: 0.4;
	position: absolute;
	z-index: 14;
}
.popDialog {
	background-color: #FFF;
	border: #002B67 1px solid;
	border-radius: 5px;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 15;
}
.popDialog .closeDialog {
	cursor: pointer;
	height: 20px;
	position: absolute;
    right: 10px;
    top: 13px;
	width: 20px;
}
#openMap {
	color: #FFF;
	cursor: pointer;
	position: absolute;
    right: 8px;
    top: 3px;
}
#openMap:hover {
	text-decoration: underline;
}