.modal {
background-color: RGBa(255, 255, 255, 0.95);
box-shadow: 0 10px 7px -5px rgba(0,0,0,.3);
padding: 20px 40px 20px 20px;
width: 50%;
max-width: 600px;
min-width: 280px;
right: 20px;
top: 20px;
position: fixed;
z-index: 1000;
text-align: left;}

.modal a.close-modal {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(close.png) no-repeat 0 0;
}

.textbox h3		{ font-size:1.2rem; color:#333333; margin-bottom:15px; text-align:center; }
.textbox p		{ font-size:0.9rem; line-height:20px;  margin-bottom:20px;}
.textbox input	{ background-color:transparent; border:1px solid #111111; font-size:1rem; margin-top:10px; padding:3px 15px; cursor:pointer; }
.textbox .margin20	{ margin:20px; }