Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #FormOverlay {
- display: none;
- width: 100%;
- height: 100%;
- text-align: center;
- position: fixed;
- top: 0;
- z-index: 100;
- background: rgba(0,0,0,0.5);
- }
- #FormOverlayInner {
- display: none;
- width: 100%;
- position: absolute;
- margin: 0 auto;
- z-index: 101;
- }
- .form_container {
- display: none;
- position: relative;
- top: 0;
- z-index: 30;
- }
- .bg_form {
- background-color: #fff;
- border: 2px solid #ff6347;
- border-radius: 4px;
- padding: 10px;
- margin: 5px;
- }
Add Comment
Please, Sign In to add comment