label { 
	display: inline-block; 
	float: left; 
	height: 26px; 
	line-height: 26px; 
	width: 155px; 
	font-size: 16px; 
	margin: 7px 0; 
}

p.are-you-human { font-size: 16px; }

input.userinput, textarea, select { 
	margin: 0; 
	padding: 8px; 
	color: #666; 
	background: #ececec; 
	border: 1px solid #ccc; 
	margin: 5px 0; 
}   

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

input.submit { 
	font-size: 16px; 	 
}

legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee;  
}

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

/* Style for the error message */
.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url(//dn9lu4lqda9r4.cloudfront.net/businesscoachingsite/version2/blue/images/error.gif) no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	margin: 10px 0; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
	width: 520px;
}

#success_page h1 { 
	background: url(//dn9lu4lqda9r4.cloudfront.net/businesscoachingsite/version2/blue/images/success.gif) left no-repeat; 
	padding-left:22px; 
	color: #bc0000;
	font-size: 20px;
}