@charset "utf-8";
/* CSS Document */

.textarea 
{
	font-size: 1em;
	background: Transparent;
	border: 1px solid #908c82;
	color: #595958;
	padding: 2px 0 0 4px;
	width: 315px;
	font-family: Arial, Sans-Serif;
	margin-top: 2px;
}

.textbox 
{
	margin-bottom: 6px;
	margin-top: 2px;
	width: 150px;
	background: Transparent;
	border: 1px solid #908c82;
	color: #595958;
	padding: 2px 2px 2px 2px;
	font-size: 1em;
}

.contactbutton 
{
	background: Transparent;
	border: 1px solid #908c82;
	color: #595958;
	padding: 3px;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 10px;
	cursor: pointer;
}
