.fw-modal { position: fixed; top:0; left:0; width:100%; height:100%; z-index:9999; }
.fw-modal-overlay { background: rgba(0,0,0,0.6); position:absolute; width:100%; height:100%; top:0; left:0; }
.fw-modal-content { position:relative; background:#fff; width:90%; max-width:520px; margin:4% auto; padding:18px; border-radius:10px; box-shadow:0 6px 30px rgba(0,0,0,0.2); }
.fw-modal-content h2 { margin-top:0; }
.fw-modal-content input[type="text"], .fw-modal-content input[type="email"], .fw-modal-content textarea, .fw-modal-content select { width:100%; margin:8px 0; padding:10px; box-sizing:border-box; }
.fw-modal-content button.button { width:100%; padding:10px; margin-top:8px; }
.fw-modal-close { display:inline-block; margin-top:8px; padding:8px 12px; background:#999; color:#fff; border:none; cursor:pointer; border-radius:6px; }
