*
{
	margin: 0;
	padding: 0;
}

ul
{
	list-style: none;
}

.clear
{
	clear: both;
}

.fl { float: left; }
.fr { float: right; }

body
{
	line-height: 1;
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #333c41;
}

#wrapper { width: 322px; height: 500px; position: absolute; top: 50%; left: 50%; margin: -250px 0 0 -161px; }

h1 { font-size: 14px; margin-bottom: 20px; }

h1 img { margin-bottom: 8px; }

h1 span { padding-left: 21px; }

.error { color: #ff0000; font-weight: bold;}
.success { color: #287621; font-weight: bold;}

a:hover, a:active { text-decoration: none; }

#main { padding: 0 21px 21px 21px; }

#intro { font-size: 12px; }

p { margin-bottom: 20px; }

label { display: block; font-weight: bold; margin-bottom: 5px; }

#contact-name, #contact-email, #contact-enquiry { width: 100%; border: 1px solid #848484; color: #848484;}

#contact-enquiry { height: 145px; }

#contact-submit { border: none; background: #000000; color: #ffffff; font-weight: bold; padding: 3px; }
#contact-submit:hover, #contact-submit:active  { border: 1px solid #000000; background: #ffffff; color: #000000; }



