body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: black;
}

a {
	text-decoration: none;
	color: #4c4c4c;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#content {
	width: 95%;
	margin-top: 50px;
}

h1 {
	margin-bottom: 40px;
	font-style: normal;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 0em;
}

input, textarea {
	margin: 0;
	font-size: 1.2em;
	border: 1px solid black;
	line-height: 1.2em;
}

input {
	width: 400px;
	height: 25px;
}

input.blur {
	color: #999;
}

input.valid {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url('../images/checkmark.png');
}

input.error, textarea.error {
	border: 1px solid purple;
}

label {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}

label.valid {
	display: none;
}

label.error {
	color: purple;
	font-weight: bold;
}








.button {
	width: 100px;
	height: 50px;
	border: 1px solid black;
	background-color: #CCC;
	font-size: 1.5em;
}
