html, body {
	width: 100%;
}

body {
	padding-bottom: 20px;
	background-color: #EAEAEA;
}

footer {
	text-align: center;
	color: white;
}

hr.inputseperator {
	width: 95%;
	border-top: 1px solid graytext !important;
	margin-top: 2px;
	margin-bottom: 0px;
}

label.labelerror {
	color: white;
	background-color: red;
}

input.inputerror {
	color: white;
	background-color: red;
}