@charset "utf-8";



#contact_form					{
	width:100%;
	position:relative;
}
form fieldset					{
	color:#ffd;
}
form fieldset legend	{ }
label									{
	
	color:#ffd;
	font-weight:bold;

}
label.error           {
	color:red;
	background: transparent url(/images/cancel.png) no-repeat scroll left;
}
input.text-input			{
	color:#333;
	width: 150px;
}

label#name_label      { color:#3D7169; }
input#name            { color:#3D7169; }
label#name_error      { color:#3D7169; }

label#email_label     { color:#3D7169; }
input#email           { color:#3D7169; }
label#email_error      { color:#3D7169; }

label#phone_label     { color:#3D7169; }
input#phone           { color:#3D7169; }
label#phone_error      { color:#3D7169; }

input.button					{ position:absolute; top:125px; left:120px; padding:3px 6px;
                        border:2px solid #fff; margin:20px 0px 0px 0px; color:#3D7169; 
												font-family:Verdana, Arial, Helvetica, sans-serif;
												background:#CCC; -moz-border-radius:5px; }

input.button:hover		{ }
#message							{
	width:100%;
}
#message h2						{ font-size:150%;color:333; }
#message p						{ color:333;font-weight:bold;margin:6px 0px; }
#checkmark						{ }
