@charset "utf-8";
/* 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;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

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

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
	background:transparent url(../modal/images/login-header.png) no-repeat 0 0;
	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:transparent url(../modal/images/login-blank.png) no-repeat 0 0;
	width:267px;
	height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
	background:transparent url(../modal/images/notice.png) no-repeat 0 0;
	width:326px;
	height:229px;
	padding:50px 0 20px 25px;
}
#boxes #dialog2 p {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #000000;
}
#boxes #dialog2 a {
	font-weight: bold;
	text-decoration: underline;
	color: #49aae3;
}
#boxes #dialog2  a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

