body {
	color: #444;
	font: 14px/14px Helvetica, Arial, sans-serif;
}
.login-wrapper{
	margin: 100px auto;
	width: 400px;
}
.login-box,
.register-box{
	border: 1px solid #ccc;
	background: #ededee;
	padding: 1em;
}
.register-wrapper{
	margin: 100px auto;
	width: 340px;
}
h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 1em;
}
.login-box label{
	display: block;
	float: left;
	line-height: 1.5em;
	width: 110px;
}
.register-box label{
	display: block;
	float: left;
	line-height: 1.5em;
	width: 140px;
}
.login-box input{
	font-size: 16px;
	width: 250px;
}
a{
	color: #D62B3F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.submit{
	border-top: 1px dotted #ccc;
	clear: both;
	margin-top:1em;
	padding-top: 1em;
}
#submit{
	background: transparent url('../img/btn.png') no-repeat left -120px;
	border: none;
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 10px;
	width: auto;
}
#submit:hover{
	background: url('../img/btn.png') no-repeat left -180px;
}
#submit span{
	background: transparent url('../img/btn.png') no-repeat right -150px;
	display: block;
	font-size: 12px;
	line-height: 30px;
	margin-top: -2px;
	padding-right: 10px;
	text-transform: uppercase;
}
#submit:hover span{
	background: url('../img/btn.png') no-repeat right -210px;
}
.register {
	float: left;
	line-height: 1.5em;
	line-height: 32px;
	margin-left: 1em;
}
.error{
	background: #FA9898 url('../img/error.png') no-repeat 15px center;
	padding: 20px 28px 20px 70px;
	margin: 100px auto -75px;
	width: 302px;
}
.error h4{
	line-height: 2em;
}