@CHARSET "UTF-8";
body{
	margin: 0px;
	padding:0px;
}
#loginPanel{
  display: block;
  width: 480px;
  height: 320px;
  background: url(../../img/personal/login_bg.gif) no-repeat;
}
.loginMsg {
    margin-top: 100px;
}

#loginForm{
	display:block;
	height: 330px;
}
#loginForm form{
  padding-top: 150px;
}	
#loginBtn{
	margin-top: 0px;
	margin-left: 50px;
  display:block;
  background: url(../../img/btn_login.gif) top no-repeat;
  width: 150px;
  height: 35px;
  text-decoration: none;
}
#loginBtn:hover{
  background-position: bottom;
}
#loginBtn span{
  visibility: hidden;
}
#remindPswd{
  display:block;
  width: 200px;
  height: 30px;
  background: url(../img/remind_password.gif) top no-repeat;
  text-decoration: none;
  float: left;
  margin-left: 30px;
}
#remindPswd:hover{
	background-position: bottom;
}	
#remindPswd span{
  visibility: hidden;
}

#accountWelcom{
	display:block;
  width: 200px;
  height: 30px;
  background: url(../../img/account_welcome.gif) top no-repeat;
  text-decoration: none;
  float: left;
  margin-left: 30px;
}

#accountWelcom:hover{
	background-position: bottom;
}	
#accountWelcom span{
  visibility: hidden;
}


#version{
	float:right;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
	font-family: sans-serif;
}	

input{
	width: 200px;
}	

.copyright{
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  height: 20px;
  margin-top: -3px;
  letter-spacing: 0.1em;
  color: #666666;
}
