.modal { 
  font-family: verdana;
  font-size: 12px;
  font-weight: normal;
  color: #000;

    background-color:#fff; 
    display:none; 
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #888; 
 
    opacity:1; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 
 
.modal h2 { 
    margin:0px; 
    padding:10px; 
    padding-left:0px; 
    font-size:16px; 
}

.modal input {
  width: 340px;
}

.modal textarea {
  width: 340px;
  height: 150px;
}

.modal_wide {
  width: 600px;
}