@charset "utf-8";
/* CSS Document */

body { font: 18px/20px Arial, Helvetica, sans-serif; }

/* FORMS
===================================== */

label {font-weight:bold;}

button {
	background:transparent;
	border: none;
	cursor: pointer;
}


form#contact, #thankyou, #error {
	margin: 0 auto 10px;
	padding: 20;
	width: 500px;
	background: #73CBE2;
	font: 16px/20px Arial, Helvetica, sans-serif;
	color: #A9495B;
	border: 3px solid #86C878;
	text-align: left;
}
#contact .checkboxes,
#contact .formtext,
#contact .captcha,
#thankyou .formtext,
#error .formtext {
	Padding: 15px;
	border: 1px solid #86C878;
	margin: 0px 20px 20px;
	background: #C7EBF3;
	clear: both;
	overflow: auto;
}
#contact .captcha { text-align: center; }


#contact .formtext label {
	width:150px;
	height: 20px;
	float: left;
	clear: none;
	display: block;
	margin: 3px 0;
	padding: 0 0 0 6px;
	color: #AA4A5B;
	line-height: 20px;
	vertical-align: middle;
	font-size: 16px;
}
#contact .formtext input, #contact .formtext select {
	width: 250px;
	height:20px;
	float: right;
	clear: none;
	display: block;
	margin: 3px 0;
	border: 1px solid #86C878;
}
#contact .formtext textarea {
	width: 420px;
	height:150px;
	float: right;
	clear: right;
	display: block;
	margin: 3px 0;
	border: 1px solid #86C878;
}

#contact .checkboxes input {
	width: 20px;
	height:20px;
	font-size: 20px;
	line-height: 20px;
	margin: 3px;
	display: inline;
	vertical-align: middle;
}
#contact .checkboxes label {
	height: 20px;
	margin: 3px;
	color: #A9495B;
	line-height: 20px;
	font-size: 16px;
	vertical-align: middle;
	display: block;
}
.clearfloat {height:0; font-size:0px; clear:both; line-height:0;}

.orange { color: #F05826; }
