/*login*/
#header div.register {
   background-image: url(../img/bg/registerBg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 220px;
	height: 27px;
	margin-top: 0px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	font-family: Arial;
}

#header div.register a{
	font-weight: bold;
	color: #D20000;
	text-decoration: none;
}

#header div.register a:hover{
	color: #cc0000;
}

#header div.login {
   background-image: url(../img/bg/loginBg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 219px;
	height: 165px;
	margin-top: 8px;
  
}

#header div.loginBot {
   background-image: url(../img/bg/loginBotBg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 222px;
	height: 55px;
	margin-top: 0px;
}

#header div.login div.title{
   font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	font-family: Arial;
}

#header form{
   padding: 0px;
   margin: 0px;
}

#header div.input{
   margin-top: 0px;
}

#header div.login label{
   width: 215px;
   height: 16px;
   font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #004e6f;
	float: left;
	padding: 0px 0px 0px 0px;
   text-align: right;	
}

#header div.login div.text input{
  float:right;
   width: 179px;
   height: 22px;
   border: none;
	background-color: transparent;
	background-image: url(../img/bg/loginInputBg.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 6px;


}

#header div.login div.password input{
  float:right;
   width: 179px;
   height: 22px;
   border: none;
	background-color: transparent;
	background-image: url(../img/bg/loginPasswordBg_1.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 6px;
  margin-bottom: 4px;

}


#header div.submit{
   text-align: right;
   margin-top: 7px;
}

#header div.submit input{
   width: 100px;
   height: 21px;
   border: none;
	background-color: transparent;
	background-image: url(../img/bg/loginSubmitBg.png);
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: bold;
	font-size: 10px;
}

#header div.forgot{
   text-align: right;
   margin-top: 10px;
   padding-right: 10px;
   font-size: 10px;
}

#header div.forgot a{
 	color: #FFFFFF;
 	font-weight: bold;
}

#header div.forgot a:hover{
 	color: #000000;
}

/*account*/
#header div.link{
 	margin-left: 5px;
 	font-size: 12px;
 	margin-top: 3px;
}

#header div.link img{
   vertical-align: middle;
   margin-right: 5px;
}

#header div.link a{
 	font-weight: bold;
 	color: #FFFFFF;
}

#header div.link a:hover{
	color: #000000;
}

#header div.user{
 	font-weight: bold;
}

#header div.user span{
   color: #004e6f;
   vertical-align: middle;
   font-size: 12px;
}

#header div.logout{
   height: 21px;
   margin-left: 120px;
}

#header div.logout a{
   background-color: transparent;
	background-image: url(../img/bg/loginSubmitBg.png);
	background-repeat: no-repeat;
   border: none;
   width: 99px;
   height: 21px;
   display: block;
   text-align: center;
   font-weight: bold;
   font-size: 11px;
   text-decoration: none;
   color: #000000;
   padding-top: 3px;

}
