/* @override http://www.wkhfs.co.uk/popup/index_files/popup.css */

#mask {
  position:absolute;
  left:0;
  top: 0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width: 570px;
  height: 340px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width: 600px; 
  height: 350px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width: 600px; 
  height: 350px;
}

#dialog1 .d-header {
  background:url(login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  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(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(entry.png) no-repeat 0 0 transparent;
	height: 320px;
	width: 560px;
	padding: 35px 0 0;
	margin-top: 50px;
}

#boxes #dialog2 img {
	margin-left: 30px;
}