@CHARSET "ISO-8859-1";

body {
	width: 350px;
	margin: 10px;
	background-color: black;
	color: white;
	font-family: Arial, sans serif;
	font-size: 12px;
}

input, textarea {
	background-color: white;
	color: black;
	border: 1px solid white;
}

input {
	width: 200px;
	margin-bottom: 12px;
}

input.button {
	width: 60px;
	background-color: black;
	color: white;
	border: 1px solid grey;
}

li.error {
	color: red;
	font-size: 11px;
	font-style: italic;
	display: block;
}
address {
	font-size: 11px;
}
p.note {
	font-size: 11px;
}

h4, h1 {
	margin: 5px 0px;
}

h4 {
	font-size: 16px;
}

textarea.contactform {
	margin-bottom: 12px;
}