/*Form styles*/
label {
	clear:left;
	float:left;
	width:15em;
	font-size:1.1em;
	font-weight:bold;
	margin-right:1em;
}

input, textarea, button {
	padding:0.15em;
	width:20em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

textarea {
	height: 10em;	
}

#submit {margin-left: 225px;}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

.footer_text {
	font-size: 0.74em;
}

/**Admin errors**/
.error {color:red; font-style:italic; font-weight:bold;}
.success {color:green; font-style:italic; font-weight:bold;}
/**JQuery contact form errors**/
label.error {width:25em; font-size:0.8em; height:14px;}

.bold {font-weight: bold;}

ul.form li{margin:20px 0;}