@charset "utf-8";
/* CSS Document */

<style>
body {
font-family:verdana;
font-size:15px;
}

a {color:#FFFFE8; text-decoration:none}
a:hover {
	color:97c46f;
	text-decoration:none
}

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

}

#boxes #dialog {
	width:400px;
	height:450px;
	padding-left:10px;
	padding-right:20px;
	color: #355B3A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	background-color: #e0fbc6;
}

#boxes #dialog1 {
	width:290px;
	height:400px;
	color: #009;
}

#dialog1 .d-header {
	background:url(images/login-header.png) no-repeat 0 0 transparent;
	width:290px;
	height:400px;
	font-family: "Times New Roman", Times, serif;
}

#dialog1 .d-header input {
	position:relative;
	top:60px;
	left:100px;
	border:3px solid #cccccc;
	height:22px;
	width:290px;
	font-size:5px;
	padding:5px;
	margin-top:4px;
	font-family: Verdana, Geneva, sans-serif;
	color: #339;
}

#dialog1 .d-blank {
	float:left;
	background:url(images/login-blank.png) no-repeat 0 0 transparent;
	width:290px;
	height:400px;
	color: #F39;
}

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

#boxes #dialog2 {
	background:url(images/notice.png) no-repeat 0 0 transparent;
	width:326px;
	height:229px;
	padding:50px 0 20px 25px;
	color: #C33;
}
</style>
.close2 {
	color: #blue;
}
