@charset "utf-8";

contact_form
{
	position: relative;
	width: 660px;
	left: 50px;
}

fieldset
{
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 2px solid #FC656A;
	margin-right: 0em;
	margin-left: 0em;
	background-color: #F0E0D1;
}

select
{
	width: 225px;
	margin-top: 10px;
}

textarea
{
	width: 300px;
	margin-top: 10px;
}

label
{
	float: left;
	width: 25em;
	margin-top: 10px;
}

input
{
	width: 225px;
	margin-top: 10px;
	height: 20px;
}

input:focus, textarea:focus
{
	background-color: #E8F5FF;
}

input[type="submit"]
{
	width: 10em;
	height: 2em;
}

input[type="text"], textarea
{
	border: 1px solid #CCCCCC;
}
