.contact-info {
	border-top: 1px solid #675F5A;
	padding: 3px 0 0 0;
}

#content .contact-info h3 {
	paddding: 0 0 10px 0;
}

#content .contact-info p {
	font-size: .95em;
	padding: 0 10px 5px 0;
}

#contact-me {
	font-size: .95em;
}

#contact-me label {
	font-weight: bold;
}

#contact-me .required {
	color: red;
}

#contact-me fieldset {
	border: 1px solid #ccc;
	border-right: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 364px;
}

#contact-me fieldset p {
	line-height: 1.5em;
	padding: 3px 0;
}

#contact-me legend {
	border: 1px solid #ccc;
	border-right: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	padding: 3px;
}

#contact-me input {
	background-color: #DCD8CC;
	cursor: hand;
}