/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 114 2008-03-20 00:53:05Z emartin24 $
 *
 */

body {
	padding: 0;
	margin: 0; 
	height: 100%;
	width: 100%;
}
.view-map-content {
	color: red;
}
/* Overlay */
#view-map-overlay {
	background-color: #000; 
	cursor:wait;
}
#view-map-container {
	left:50%; 
	top:15%; 
	margin-left:-250px;
	width: 450px;
	background-color: #fff;
}
iframe {
	margin-left: 12px;
	margin-top: 12px;
}
small {
	margin-left: 12px;
}
#view-map-container h1 {
	margin-top: 4px;
	text-align: center;	
	font-size: 22px;
	color: #000;
}
#view-map-container img.exit {
	position:absolute; 
	top: 4px; 
	left: 416px;
	border: 0;
}

