/* wcOverlay directive CSS styles */
.overlayContainer { display: none;}
.overlayBackground { top:0px; left:0px; padding-left:100px;position:fixed; z-index:1100;height:100%;width:100%;background-color:#808080;opacity:0.3;}
.overlayContent { position:fixed; border: 1px solid #000; background-color:#fff; font-weight: bold;height: 100px;width: 300px;z-index:1150;text-align:center;}
