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

form
{
	margin: 0px 0px 0px 10px;
	font-family:"Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}

input,select,textarea
{
	/*margin:3px;
	display:block;
	float:left;*/
	background-color:#E5DBEC;
}

#name_validate,#email_validate,select,input#company,textarea#comment2
{
	margin:3px;
	display:block;
	float:left;
}

label
{
	display:block;
	float:left;
	clear:left;
	width:9em;
	padding-right:1em;
	text-align:right;
	line-height:1.8em;
}

br
{
	clear:both;
	height:4px;
}

label#how_you_found, label#comment
{
	padding-top:7px;
	line-height:1.5em;
}

select,textarea
{
	margin-top:15px;
}

/*#name_validate_msg
{
	margin:20px 0px 0px 400px;
	
}

#email_required_msg
#email_validate_msg
#comment_validate_msg
*/