#loginBox{
	position:absolute;
	width:290px;
	height:290px;
	left:50%;
	top:50%;
	margin-left:-145px;
	margin-top:-180px;
	font-size:18px;
	line-height:24px;
	letter-spacing:-0.05em;
	letter-spacing:-0.06em !important;
}

#loginBoxLogo{
	width:122px;
	height:49px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/_i/templ/login-logo.png);
	margin-bottom:30px;
}

.loginBoxInput{
	width:278px;
	height:33px;
	padding-top:4px;
	margin-bottom:6px;
	margin-top:5px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	border:4px solid #CCC;
	font-size:24px;
	outline:none;
}

.loginBoxInput:focus{
	border:4px solid #0098c2;
}

.loginBoxInput.error{
	border:4px solid #F00;
}

#loginnameStatus{
}

.inputStatus{
	height:16px;
	font-size:12px;
	margin-bottom:20px;
	letter-spacing:normal;
}

.inputStatus.error{
	color:#F00;
}

#divContent.login{
	padding-top:0px;
	padding-bottom:0px;
	background-image:url(/_i/templ/bg_login.jpg);
	background-position:center;
	background-repeat:no-repeat;
}