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


#formstyle	{
	padding: 20px;
	height: 475px;
	border: 2px #692d20 solid;
	margin-top: 15px;
	position: relative;
}

form	{
	position: absolute;
	top: 60px;
}

#formstyle p	{
	text-align: center;
	
}
p span	{
	color: red;
	font-weight: bold;
}

#contact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
	color: #692d20;
	font-weight: bold;
}



#contact input.submit	{
	display: block;
	width: 80px;
	margin: 150px auto 20px auto;
}


label	{
	float: left;
	width: 75px;
	text-align: right;
	margin: 10px 20px 10px;
	clear: left;
}

input	{
	float: left;
	margin: 10px 0;
	width: 300px;
}

input.submit	{
	float: none;
	margin: 30px auto;
	width: auto;
	position: relative;
	top:30px;
}

textarea	{
	float: left;
	margin: 10px 0;
	width: 300px;
	height: 150px;
}

h4	{
	margin: 10px 0;
}

#thanks h2	{
	text-align: center;
	font-size: 280%;
}

#thanks h3	{
	border-width: 0;
	text-align: center;
	font-size: 180%;
	width: auto;
}

#thanks	{
	width: 300px;
	margin: 30px auto;
	padding: 80px;
	border: 2px solid #692d20;
}