/* Required settings*/
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0,0,0,.5); z-index: 999; display: none; top: 0; left: 0; filter: alpha(opacity=80) !important; }
.reveal-modal { visibility: hidden; background: #fff; position: fixed; z-index: 1000; }
.reveal-modal div, .reveal-modal form, .reveal-modal fieldset, .reveal-modal legend, .reveal-modal p, .reveal-modal input { border: none; margin: 0; padding: 0; }
.reveal-modal .close-reveal-modal { position: absolute; }

/* Custom settings */
#lightbox-bsd { background: #fff url(http://www.catholicsforchoice.org/includes/lightbox/c4c-lightbox-bkgd.png) no-repeat center 40px; width: 605px; height: 480px; color: #fff; font: 12px Helvetica, sans-serif; }
#lightbox-bsd .close-reveal-modal { top: 10px; right: 10px; background: url(http://www.catholicsforchoice.org/includes/lightbox/c4c-lightbox-close.png) no-repeat center; width: 20px; height: 20px; text-indent: -9999em; display: block; overflow: hidden; cursor: pointer; }
#lightbox-bsd form { position: absolute; left: 45px; top: 320px; width: 515px; }
#lightbox-bsd form legend { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
#lightbox-bsd form input { padding: 10px 20px; background: #d9d9d9; color: #333; font: 500 18px "Myriad Pro", Helvetica Neue, Helvetica, Arial, sans-serif; margin: 0 10px 10px 0; }
#lightbox-bsd form input.submit { background: #cc0001; color: #fff; }
#lightbox-bsd form #lightbox-signup-email { width: 240px; }
#lightbox-bsd form #lightbox-signup-zip { width: 100px; }
