/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:500px; width:700px; left:50%; top:15%; margin-left:-350px; background-color:#fff; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url('../images/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}

#mapModal div#middle {height:500px;}
#mapModal div#sidebar {height:450px;width:200px;}
#mapModal div#grid3 {height:470px;width:450px;}
