form label {
	display: block;
	padding-top: 1em;
}

form .formbuttons {
	padding: 10px 0 0 50px;
}

form .formbuttons input {
	background: #343331;
	color: #c96;
	font-weight: bold;
	cursor: pointer;
}

form .formbuttons input:hover {
	background: #242321;
	color: white;
}

form .error {
	font-weight: bold;
	color: #f33;
	clear: both;
}

form .required {
	font-weight: bold;
}

