/* BEGIN: Contact Text  */
h3 {
	font-size: small;
	margin: 13px 0;
}

#contact_text_container {
	float: left;
	width: 350px;
	padding: 0 30px;
	font-size: small;
}

#contact_text_container p {
	clear: both;
	margin: 10px 0;
	font-size: 11px;
}

#contact_text_container div {
	float: left;
	width: 50%;
}

#contact_text_container a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#contact_text_container a:hover {
	text-decoration: underline;
}

#notice {
	text-align: center;
	font-size: 11px;
}
/* END: Contact Text */

/* BEGIN: Contact Form */
#contact_form {
	float: left;
	width: 400px;
	padding: 0 25px;
	font-size: small;
}

#contact_form h3 {
	font-size: small;
	text-align: center;
}

#contact_form #fields {
	margin-top: 20px;
}

#contact_form #fields label {
	float: left;
	width: 25%;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

#contact_form #fields input,
#contact_form #fields textarea {
	margin-left: 10px;
	width: 70%;
}

#contact_form p.buttons {
	margin: 16px;
	clear: both;
	text-align: center;
}
/* END: Contact Form */