html {
	overflow: auto;
}

form {
	line-height: normal;
}

form p {
	padding-top: 5px;
}

form p label:first-child {
	font-weight: 700;
	width: 35%;
	display: inline-block;
	text-align: left;
	margin-left: 15px;
}

fieldset {
	border: 1px solid #cecece;
	padding: 5px;
	margin: 5px;
}

fieldset legend {
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: 700;
}

input[type=text],input[type=password] {
	width: 254px;
}

#login-box {
	top: 0;
	width: 700px;
	margin-top: 1%;
	margin-left: -350px; /* -width divided by 2 */
}

#login-logo {
	background: url('../img/logo_reg.png') center no-repeat;
}

#login-body {
	background: none #f9fcff;
	height: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#login-footer {
	margin-top: 429px;
}

#login-footer span {
	margin-bottom: 1%;
}

.buttons {
	margin-bottom: 6%;
}