#blanket {
background-color: #666;
opacity: 0.75;
filter: alpha(opacity=75);
position: fixed;
_position: fixed;
z-index: 99999;
top: 0px;
left: 0px;
width: 100%;
height:auto;
}

#popUpDiv {
bottom:200px;position:fixed;_position:absolute;right:0; margin-right:45%; margin-top:40%;
background-color: #fff;
width: 280px;
height: 130px;
z-index: 999999;
padding: 20px;
border:3px solid #ccc;
  
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
box-shadow: 12px 0 15px -4px #000000, -12px 0 15px -4px#000000;
-moz-box-shadow: 12px 0 15px -4px #000000, -12px 0 15px -4px#000000;
-webkit-box-shadow: 12px 0 15px -4px #000000, -12px 0 15px -4px#000000;
}