/* SimpleModal Styles */
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:350px; width:600px; background-color:#000000; border:3px solid #ccc; padding:20px;}
a.modalCloseImg {background:url(/jsimg/x.gif) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-content {overflow:auto; height:300px; width:100%; background-color:#000000; margin-bottom:20px;}
