.overlay { background-color:#000; width:100%; height:100%; position:fixed; top:0; opacity:.5; z-index:999999 }
.modals .close { float:right; text-decoration:none; }
#modal1 { position:fixed; margin:0 auto; top:30%; left:10%; background-color:#fff; z-index:1000000 }
#modal1 h2 { font-size:33px; font-weight:300; line-height:18px; padding:15px 0 40px; text-align:center; line-height:24px }
#modal1 input[type="text"] { margin-bottom:15px !important; background-color:#fff; border:1px solid #cdcdcd; border-radius:30px; color:#000000; font-size:18px; font-weight:300; height:54px; margin-bottom:60px; padding-left:30px; width:338px }
#modal1 .bth-blue { margin:0 0 30px }
#modal1 .inner { margin:0; padding:20px; width:auto }
