#login-box{
	width:362px;
	height:328px;
	margin: 60px auto 0px;
	background-image: url(../img/bg-loginbox.gif);
	background-repeat: no-repeat;
	padding-top:120px;
}

#login-wrap{width:220px;margin:auto;}

#msg-wrap{width:220px;margin:40px auto auto;}

#login-box #login-form{margin:auto;}

INPUT.login{
	color:#4e4e4e;
	width:208px;
	height: 30px;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight:bold;
	padding-left: 10px;
	border-radius:5px;
	background-color:#fefdca;
}

#login-box #btn-box{margin-top:28px;text-align:center;}
