div.reset_password {
	margin: 10px 0;
	text-align: center;
}

div.reset_password a {
	font-size: 90%;
}

div.reset_password a:link,
div.reset_password a:visited {
	color: #999;
}

div.reset_password a:hover,
div.reset_password a:active {
	color: #3C53B0;
}

div#contents {
	padding: 50px 0 100px;
}

#login {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.form-horizontal div.submitbutton {
	margin-bottom: 0;
}

h2.title {
	width: 600px;
	margin: 10px auto;
	font-weight: bold;
}

.form-group {
	margin-bottom: 10px;
}