div.form, #user {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

	.form fieldset {
		margin: -10px 0 0 0;
		padding: 0;
	background-color: transparent;
	border: none;
	}

	.form fieldset legend {
	display: none;
		/*background: #A0522D;/*#8B4513;*/
		/*color: white;*/
		border: 0;
		background: transparent;
		color: #6B4F2C;
		font-size: 2em;
		/*font-style: italic;*/font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: .25em;
		text-decoration: none;
	}
	
	.form fieldset fieldset {
		background: #F5DEB3;
		border: 1px solid brown;
		margin: 0;
	}
	
	.form fieldset fieldset legend {
		background: #F5DEB3;
		border: 1px solid brown;
		color: black;
		display: block;
		font-size: 1.2em;
		font-style: italic;
		margin: 0 0 0 .125em;
		padding: .25em .35em .25em .25em;
	}


.form_group {
	width: 100% !important;
}

#contact_info li {
	float: left;
	width: 14em;
}

#message_info li {
	float: left;
	width: 99% !important;
}

#message_info li span input[type="text"] {
	width: 24em !important;
}

#message_info li span textarea {
	height: 20em !important;
	width: 98% !important;
}