#contactform input.error, 
#contactform textarea.error { 
	border-color: #C00; 
	background-color: #FEF; 
}
#contactform label { 
	display: block;
	width: 6em;
	float: left;
}
	#contactform label em { 
		font-style: normal;
		color: #F00;
	}
	#contactform label:hover { color: #F60; }
	#contactform label.error { color: #C00; }

#contactform #usercomments { width: 439px; }	
	
#contactform p.note { margin-bottom: 10px; }

#contactform div.options { 
	margin-top: 10px;
}

#contentfinish {
	width: 500px;
	margin: 1em auto;
	text-align: center;
}
#congratulations { 
	height: 120px;
	background: url(../images/congratulations.png) no-repeat 50% 50%;
}
#failed { 
	height: 120px;
	background: url(../images/failed.png) no-repeat 50% 50%;
}

p.note { margin-bottom: 10px; }
