@charset "utf-8";

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