/* CSS Document */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;

}

#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  padding:20px;
  border:0px solid Black;
  cursor:move;
}

#boxes #dialog {
  width:800px;
  height:auto;
  padding:10px;

   background:#ffffff url(../images/news/tlo_modal.jpg) no-repeat left top;
}

#boxes #dialog1 {
  width:800px;
  height:auto;
  padding:10px;

  background:#ffffff;
}

#boxes #dialog2 {
  width:50%;
  height:90%;
  background:#ffffff url(../images/news/tlo_modal.jpg) no-repeat left top;
}

#boxes #dialog3 {
  width:auto;
  height:auto;
  background:#ffffff;
}

/*#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent;
  width:375px;
  height:150px;
}*/

#dialog1 .d-header input {
  position:relative;
  top:0px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent;
  width:267px;
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px;
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent;
  padding:0;
}

ul.modal{
 text-align:left;
}

