@charset "utf-8";
/* CSS Document */

#mypage{

}

#loginbox{
	background: url(../image/log_in_bg.gif) no-repeat bottom;
	padding-top:40px;
	height:100%;
	padding-bottom: 10px;
}

#loginbox2{
	text-align:center;
}

#loginbox2 p,#loginbox2 h4,#loginbox2 #forget{
	text-align:left;
}
#loginbox2 #forget{
	background:url(../image/forget_icon.gif) no-repeat left 20px;
	padding:15px 0px 15px 15px;
}
#loginbox2 p{
	padding:15px 0px 15px 0px;
}

#loginbox table{
	margin:0px auto;
}

#loginbox table td{
	padding-bottom:15px;
	vertical-align:middle;
}

#loginbox table td input{
	width:300px;
}

#loginbox table td button{
	text-align:center;
	height: 29px;
	width: 164px;
	border-style: none;
	background: transparent url(../image/btn_login.gif) no-repeat scroll;
}

#loginbox table .login-btn{
	text-align:center;
}

.error2{
	padding:10px 0px;
}

#entryend {
	background: url(../image/entry_end_mess.gif) no-repeat;
	text-align: center;
	height: 197px;
	padding-top: 270px;
}
#login-pass-end {
	background: url(../image/login_pass_end_mess.gif) no-repeat;
	text-align: center;
	height: 197px;
	padding-top: 270px;
}

#login-pass #loginbox{
	background: url(../image/log_in_bg.gif) no-repeat bottom;
	padding-top:40px;
	padding-bottom: 10px;
	height: 100%;
}
#login-pass  #loginbox  #submit {
	text-align:center;
}

#login-pass  #loginbox  #passbtn {
	width: auto;
}

#login-pass #loginbox #submit input {
	text-align:center;
	width: auto;

}
