/* CONTACT CSS */

@import url("../../includes/style_reset.css");
@import url("../../includes/style_header.css");
@import url("../../includes/style_common.css");
@import url("../../includes/style_footer.css");

/* SECTION */
#section_container
{
	margin-top: 70px;
}

#section_container h3
{
	font-size: 1.2em;
	font-weight: normal;
	color: #2b4f68;
	padding: 0px 0px 15px 0px;
}

span a
{
	position: absolute;
	margin-top: 50px;
	left: 47vw;
}

div p
{
	color: rgb(80, 80, 80);
}

p strong
{
	font-weight: bold;
	color: #2b4f68;
}

form
{
	margin: 50px 0px 0px 100px;
}

form p
{
	margin-bottom: 30px;
	color: rgb(80, 80, 80);
}

th
{
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}

th p label
{
	margin-right: 30px;
	
}

textarea
{
	width: 500px;
	height: 200px;
}

#button input
{
	float: right;
	color: rgb(30, 30, 30);
}
