* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #00ae4c;
	color: #fff;
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 13px;
}

.landingYellow {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: yellow;
}

.landingWhite {
	font-size: 12px;
	line-height: 18px;
	color: white;
}

.landingError {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: red;
}

form {
	margin: auto;
}
