/* CSS Document */
/* contact form format */
#contact {
	width: 340px;
	text-align: center;
}
fieldset {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	border: none;
}
legend {
	font-weight: bold;
	margin-left: 1em;
	color: #6A5A4A;
}
fieldset ol {
	margin: 0;
	padding: 1em;
}
fieldset li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	list-style-type: none;
}

