@charset "utf-8";
/* CSS Document */
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#378945;
	display:none;
}
  
#boxes .window {
	position:absolute;
	left:0px;
	top:0;
	width:800px;
	display:none;
	z-index:9999;
	background-color: #378945;
}

#boxes #dialog {
	width:750px;
	color: #F6F5F2;
}
#boxes #dialog a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	font-weight: bold;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 12px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F60;
}


#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#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: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(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; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
#ds1 {
	border: 5px solid #999;
	background-color: #FFF;
	padding: 5px;
}

