@charset "utf-8";
#contact_form   .break {
	height: 20px;
	width: 179px;
	float: left;
	margin-top: 20px;
}
#contact_form   #directions {
	font-family: "Trebuchet MS", Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	color: #666666;
	width: 240px;
	margin-bottom: 20px;
}
#contact_form   .break2 {
	width: 45px;
	float: left;
	height: 25px;
}
#contact_form    .clear2 {
	clear: both;
	height: 8px;
}
#contact_form    #send_button {
	width: 200px;
	height: 30px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
	height: 5px;
}

#contact_form					{
	height: auto;
	width: 458px;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}
form fieldset					{
	display: block;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
label									{
	display:block;
	font-size: 1.3em;
	color: #333333;
	width: 60px;
	margin-right: 5px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Helvetica, Geneva, sans-serif;
	float: left;
}
label.error           {
	font-weight:normal;
	color:red;
	text-align:left;
	width:auto;
}
input.text-input			{
	width: 185px;
	font-family: Tahoma;
	font-size: 13pt;
	color: #999999;
	height: 25px;
	padding-top: 4px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	float: left;
}
input.text-input:hover   {
	border: 1px solid #999999;
}
#namebox {
	height: 65px;
}

label#name_label      {
	top:0;
	left:0;
}

input#name            {}
label#name_error      {
	top:22px;
	left:120px;
	font-size: 1.1em;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#emailbox {
}


label#email_label     {
	top:45px;
	left:0px;
}

input#email           {}
label#email_error      {
	top:67px;
	left:120px;
	font-size: 1.1em;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#phonebox {
}

label#phone_label     {
	top:90px;
	left:0px;
}

input#phone           {}
label#phone_error      {
	top:112px;
	left:120px;
	margin-left: 115px;
}
#commentbox {
}
label#comment_label     {
	top:90px;
	left:0px;
	color: #000000;
}
textarea#comment           {
	width: 430px;
	float: left;
	height: 90px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 13pt;
	color: #999999;
}
textarea#comment:hover           {
	border: 1px solid #999999;
}

label#comment_error      {
	top:112px;
	left:120px;
	font-size: 1.1em;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input.button					{
	top:125px;
	left:120px;
	border:2px solid #fff;
	-moz-border-radius:5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#message							{
	background-color: #FFFFFF;
	height: 450px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#message h2						{
	font-size:1.8em;
	color:#668E29;
	display: block;
	margin-left: 170px;
}
#message p						{
	color:#666666;
	font-family: "Trebuchet MS", Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 170px;
	display: block;
}
#checkmark						{
	height: 50px;
	width: 50px;
	float: left;
	margin-left: 100px;
	margin-top: -51px;
}
