#contactform p, label, legend {
	font: 12px Arial, sans-serif;
}

#contactform hr {
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border-style: none none solid;
}

#contactform {
	width: 444px;
	float: left;
}

/* Form style */

#contactform label {
	display: inline-block;
	float: left;
	line-height: 27px;
	width: 110px;
	font-size: 12px;
}

#contactform input {
	width: 300px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font: 12px Arial, sans-serif;
}

#contactform select {
	width: 300px;
	margin: 3px 0 0;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font: 12px Arial, sans-serif;
}

#contactform textarea {
	width: 300px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font: 12px Arial, sans-serif;
	height: 120px;
}

#contactform input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
}

#contactform input.submit {
	width: 85px;
	cursor: pointer;
	border: 1px solid #222;
	background: #333;
	color: #fff;
}

#contactform input.submit:hover {
	background: #444;
}

#contactform input[type="submit"][disabled] {
	background: #888;
}

#contactform fieldset,
#message fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#contactform legend {
	padding: 7px 10px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0 !important;
	margin-bottom: 20px;
}

#contactform span.required {
	font-size: 12px;
	color: #ff0000;
}

/* Select the colour of the * if the field is required. */

#message {
	border: none;
	margin-bottom: 10px;
}

.error_message {
	display: block;
	width: 407px;
	line-height: 18px;
	background: #ff0000;
	padding: 5px 5px 5px 10px;
	color: #fff;
}

.loader {
	padding: 0 10px;
}

#contactform #success_page h1 {
	background: url('includes/success.gif') left no-repeat;
	padding-left: 22px;
}

acronym {
	border-bottom: 1px dotted #ccc;
}

#contactform .row {
	margin: 3px 0;
	float: left;
	width: 444px;
}