   .outer{
      top: 0px;
      left: 0px;
      position: absolute;
      width:100%;
      height:100%;
      background-color: rgba(80,80,80,0.7);
      z-index: 1;
      display: none;
   }
   .inner{
      width:500px;
      height:450px;
      border-style: solid;
      border-width:1px;
      border-color:black;
      margin-left:auto;
      margin-right: auto;
      margin: auto;
      padding: 10px 10px 10px 10px;
      background-color: #abc4de;
      margin-top: 200px;
   }
   .wtitle{
      font-size:18px;
      font-weight: bold;
      color: #CC0000;
      font-family: verdana;
      display: inline-block;
   }
   .wtext{
      font-size:16px;
      color: black;
   }
   .closeme{
      float: right;
      font-size 12px;
      text-decoration: underline;
      display: inline-block;

   }
