.redLink {
	color: #772f25;
	text-decoration: none;
}

.redLink:hover {
	color: #772f25;
	text-decoration: underline;
}

.segment {
	width: 60%;
}

.segment h4 {
	margin: 5px 5px 0 5px;
}

.segment p {
	margin: 0 10px 5px 10px;
	padding: 0;
}

#contactForm {
	margin-top: 20px;
}

#contactForm  fieldset {
	border: 1px dotted #a9cbac;
	padding: 0 10px 10px 10px;
	text-align: center;
}

#contactForm legend {
	background: #f5fff6;
	font-weight: bold;
}

.label {
	text-align: left;
	display: block;
}

.submit {
	float: left;
	margin: 5px 5px 0 2%;
}

.textbox {
	width: 96%;
	border: 1px solid #a9cbac;
	background: #fefefe;
	padding: 2px 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
}

.textbox:focus {
	border: 1px solid #295d1b;
	background: #fff;
}

.textboxErr {
	border-color: #e16a6a;
	background-color: #ffc0c0;
	color: #e16a6a;
}

.textboxErr:focus {
	border-color: #a04444;
	background-color: #ffc0c0;
	color: #a04444;
}
