/*
 * Modal CSS
 */


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

/* Container */
#modalContainer {height:400px; width:605px; left:50%; top:15%; margin-left:-300px; 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 h1 {}


.infobox {display:none;padding:10px; height:380px; width:585px; overflow:auto; font-size:12px;text-align:left;}
.infolink {border-bottom:1px dotted;cursor:help;}

