@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:349px; 
  height:250px;
  padding:10px;
}

#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;
}.login_bg {
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	width: 349px;
}
.main_login_margin {
	margin-top: 22px;
	margin-left: 38px;
}
.heading_login_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #00adee;
	font-weight: normal;
	padding-bottom: 15px;
}
.gen_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4b4b4b;
	text-decoration: none;
}
.input_box_login {
	border: 1px solid #a1a1a1;
	font-size: 12px;
	font-weight: normal;
	color: #4B4B4B;
	text-decoration: none;
	height: 20px;
	width: 265px;
}
.blue_login_link {
	font-size: 11px;
	font-weight: normal;
	color: #0b9ad0;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-top: 4px;
}
.blue_login_link a {
	color: #0b9ad0;
	text-decoration:underline;
}
.blue_login_link a:hover {
	color: #0b9ad0;
	text-decoration:none;
}
.black_login_link {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-top: 4px;
}
.black_login_link a {
	color: #000000;
	text-decoration:underline;
}
.black_login_link a:hover {
	color: #000000;
	text-decoration:none;
}
