
#contact_wrapper{
	width: 100%;
	margin: 0;
	border: 0;
	padding:0;
	}

label
{
	width:100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

textarea{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
	}
	
input
{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

.submit input
{
	float:right;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}
fieldset
{
	border: 0px;
}

legend
{
color: #000;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 

