* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	color: #333333;
	font: 62.5%/1.6em verdana, geneva, sans-serif;
	margin: 20px;
}

p, ul, li, form {
	margin: 0 0 .5em 0;
}

label {
	font-size: .9em;
	text-transform: uppercase;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #666666;
	display: block;
	font: 1.1em verdana, geneva, sans-serif;
	margin: 4px 0 4px 0;
	-moz-border-radius: 3px;
	padding: 1px;
}

#contact-heading {
	text-indent: -9999px;
	background: transparent url(images/contactform_heading.jpg) no-repeat 0 0;
	margin: 0;
	height: 24px;
}

#form-contact {
	background:#666666 url(images/contactform_bg.jpg) no-repeat 0 100%;
	padding: 0 0 10px 10px;
	width: 330px;
}

#form-contact div {
	background: transparent url(images/contactform_div_bg.jpg) no-repeat 100% 0;
	padding: 10px 10px 0 0;
}

#form-contact-name, #form-contact-email, #form-contact-message { width: 300px; }

#form-contact label { 
	padding: 0 0 0 14px; 
	color: #FFFFFF; 
	background: url(images/label_bullet.jpg) no-repeat 0 50%; 
}

#list-error {
	list-style-type: none;
	color: #FFFFFF;
}

#list-error li {
	padding-left: 20px;
	background: transparent url(images/list_error_bullet.gif) no-repeat 0 50%;
}

label.form-error {
	font-weight: bold;
}

label.form-error:after {
	content: " [This field is required.]";
	color: #F62B0C;
}

input.form-error, textarea.form-error {
	background: #F62B0C;
	color: #FFFFFF;
}

#form-contact p { color: #FFFFFF; }

