div
{
  width:100%;
  height:100%;
  border:1px solid #4CB841;
  background-color: white;
  font-family: Helvetica, Arial, sans-serif;
 
  box-shadow: 10px 10px 5px #888888;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: #B3B3B3 9px 9px 9px;
  -moz-box-shadow: #B3B3B3 9px 9px 9px; 
}