#msgbox{width:50%; height:400px; background:lightgray; border:1px solid black; border-radius:10px;
 position:fixed; 
 top:-20%;
 left:25%;
 opacity:0; transition:.5s;
display:none; *z-index:1;
 }
 
 .contact{width:200px; height:35px; background:orange; color:white; text-align:center; font-family:calibri; text-transform:uppercase; font-size:20pt; text-shadow:1px 1px 1px black; position:fixed; transform:rotate(-90deg);
 top:40%; left:91%; cursor:pointer;
  z-index:1;
 }
 .top{width:100%; float:left;}
 .close{width:50px; height:50px; background:radial-gradient(red,brown,red); border-radius:100%; float:right;
 text-align:center; line-height:50px; color:white; font-family:calibri; font-size:20pt; cursor:pointer;

 }
 
 input[type="text"]{width:90%; height:40px; margin-top:15px; margin-left:5%;}
 input[type="submit"]{width:30%; height:40px; margin-top:15px; margin-left:35%;}
 