/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:500px; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff;}
#modalContainer a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:10px; right:10px; cursor:pointer;}
#modalContainer #send_promo {padding:20px;}
