.MapContainer										{	width: 700px; height: 500px;
														position: absolute;
														z-index: 50;
														visibility: hidden;
													}

.MapTitle											{	width: 550px; height: 20px;
														background-color: #FFFFFF;
														color: #000000;
														font-family: Arial; font-size: 10pt; font-weight: bold;
														padding-top: 2px; padding-left: 5px;
														position: absolute; top: 0px; left: 0px;
														border: 1px solid #000000;
														display: block;
													}

.MapCloser											{	width: 150px; height: 20px;
														background-color: #000000;
														color: #FFFFFF;
														text-align: center;
														font-family: Arial; font-size: 10pt; font-weight: bold;
														cursor: pointer; padding-top: 2px;
														position: absolute; top: 0px; right: 0px;
														display: block;
													}
											
.MapDiv												{	width: 700px; height: 500px;
														border: 1px solid #000000;
														position: relative; top: 20px; left: 0px;
													}