@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(../images/background_grey.png)
}
.h1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:left;
}

.h2
{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;}
.h3_bold
{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;}

.h3
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-align:left;
}
.h3_italic
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#333;
	text-align:left;
}
.h3_justify
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666;	
	text-align:justify;
}
.h3_title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	font-style:italic;
}

.h4
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
}

.footer,.footer a:link,.footer a:visited,.footer a:active
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.footer a:hover 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	text-decoration:underline;
	text-align:center;
}	
.footer_black
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	text-align:center;
}
/*   MODAL WINDOWS      */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:600px;
  height:1030px;
  display:none;
  z-index:9999;
  padding:0px;
}

#boxes #dialog {
  width:620px; 
  height:500px;
  padding:5px;
  background-color:#ffffff;
  overflow:auto;
}

#boxes #dialog1 {
  width:500px; 
  height:250px;
}

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

#dialog1 .d-header input {
  position:relative;
  top:20px;
  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:280px;
  padding:50px 0 20px 25px;
}