.ac-modal-cover{position:fixed;top:0;left:0;bottom:0;right:0;visibility:hidden;opacity:0;background:rgba(0, 0, 0, 0.5);}
.close-overlay{background:url('/images/icons/icon-modal-close.png') no-repeat;height:65px;position:absolute;right:-34px;top:-28px;width:68px;z-index:200;}
.close-overlay:hover{cursor:pointer;}
.ac-modal{clear:both;position:absolute;margin:0 auto;padding:20px 20px 0px 20px;background:white;border-radius:6px;padding-right:0px;}
.small-modal{width:550px;left:50%;margin-left:-275px;}
.medium-modal{width:600px;left:50%;margin-left:-325px;}
.large-modal{width:900px;left:50%;margin-left:-425px;}
.ac-modal-active .ac-modal-cover{visibility:visible;opacity:1;z-index:80000;}
.ac-modal-active .ac-modal{z-index:90000;}.ac-modal-active .ac-modal .modal-contents{height:98%;overflow-y:auto;top:0px;}
.ac-modal-active #wrapper{z-index:0;}
