.required_field {
	color: red;
}

#contact_us input,
#contact_us textarea{
	width: 250px;
}

#contact_us textarea{
	height: 100px;
}

#contact_us #submit_button {
	padding: 3px 0 4px;
	text-align: center;
	width: 80px;
	color: white;
	background-color: #1E1F57;
	font-size: 12px;
	float: right;
	display: block;
	position: relative;
	top:70px;
}

.legal_link {
	display: inline;
	float: right;
}

.content {
	font-color: black;
}

.legal_section_header {
	text-align:center;
	font-weight: bold;
	text-decoration:underline;
	padding-bottom:1em;
	padding-top:2em;
}

.legal {
	color:black;
	font-family: "Times New Roman", Lucida Grande, Verdana, Arial, Helvetica, sans-serif
}
.legal.content p {
	line-height:1.5em;
}

.legal_section_bold {
	font-weight: bold;
}

.legal .underlined_link {
	text-decoration:underline;
}