.the-dialog { 
  position:absolute;
  background-color:#fff;
  border:1px solid #999;
  z-index:9999;
  padding:10px;
  width:300px;
}

.the-dialog .loading {
  text-align:center;
  margin:20px;
  font-size:18px;
}
.the-dialog .close {
  text-align:right;
  height:1px;
  position:relative;
  top:-8px;
  left:8px;
}
.the-dialog .close a { 
  float:right;
  display:block;
  height:14px;
  width:14px;
  background-image:url(/i/icons/remove_grey_14_14.gif);
  cursor:pointer;
  color: #333;
  text-decoration: none;
}
.the-dialog .footer {
  margin:20px 0px 4px 0px;
}
.the-dialog .header { 
  margin:0px 0px 6px 0px;
}
.the-dialog .header h1 {
  font-weight:normal;
  font-size:18px;
  margin-right:8px;
  border-bottom:1px solid #ddd;
  overflow:hidden;
}

.the-dialog .message { 
  width:250px;
}
