#contact_form {
	position:relative;
	font-weight: normal;
}

label.error {
	color: #ff5e4d;
	text-align:left;
	width:140px;
	padding-left:25px;
	background:transparent url(http://static.avfestival.co.uk/images/2010/contact/cancel.png) no-repeat scroll left;
}

input.text-input {
	margin:4px;
	padding:2px 0;
	color:#333;
}

label#name_label {
	position:absolute;
	top:5px;
	left:0;
}

input#name {
	position:absolute;
	top:0;
	left:110px;
}

label#name_error {
	position:absolute;
	top:27px;
	left:120px;
}

label#email_label {
	position:absolute;
	top:50px;
	left:0;
}

input#email {
	position:absolute;
	top:45px;
	left:110px;
}

label#email_error {
	position:absolute;
	top:67px;
	left:120px;
}

label#comment_label {
	position:absolute;
	top:90px;
	left:0;
}

textarea#comment {
	position:absolute;
	top:90px;
	left:113px;
	width: 215px;
	height: 100px;
}

label#comment_error {
	position:absolute;
	top:195px;
	left:120px;
}

input.button {
	position:absolute;
	top:200px;
	left:120px;
	padding:3px 6px;
	margin:20px 0 0;
	-moz-border-radius:5px;
}

#message {
	width:400px;
	margin:60px 0 0 100px;
}

#message h2 {
	font-size:150%;
	color:white;
}

#message p {
	color:white;
	margin:6px 0;
}

#checkmark {
	position:relative;
	top:-46px;
	left:-60px;
}