@charset "utf-8";
/* CSS Document */

#content form {
	background-color: #FFFFFF;
	border: 1px solid #667C9D;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content  .form_item {
	text-align: center;
}
#content .form select{
	display: block;
}

#content .form_item label, .form_item select {
	margin-right: auto;
	margin-left: auto;
}

#content .form_item select {
	width: auto;
}

#content .form label {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #344158;
	border-right-color: #344158;
	border-bottom-color: #344158;
	border-left-color: #344158;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#main_container {
	background-color: #DAE1E8;
	padding-top: 5px;
}

#contact_image {
	background-image: url(../../../../images/pics/contact_outside_1.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 285px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}