/*Styles for dim overlay & message box*/
#dim{ position: fixed; top:0; left:0; width:100%; z-index:100; background-image:url(dim.png); display:none; text-align:left; }
.msgbox{  position: fixed; width:458px; height:594px; z-index:100; border:3px solid #222; background: #f1f3f6; top: 150px; left: 45%; margin-top: -100px; margin-left: -150px; }
.close{ display:inline; z-index:3200; position:absolute; top:-10px; right:-11px; cursor:pointer; }