@charset "utf-8";
#contact {
	width: 700px;
	float: left;
	padding-bottom: 150px;
}
#contact h2 {
	height: 40px;
	line-height: 40px;
	font-size: 140%;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#contact .border {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #141D5D;
	float: left;
	width: 200px;
	height: 3px;
}
#contact .table {
	float: left;
	width: 700px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#contact .table .top {
	background-color: #F1F1F1;
	line-height: 40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 15px;
	font-size: 110%;
}
#contact .table .head {
	background-color: #F1F1F1;
	line-height: 40px;
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 15px;
	font-size: 110%;
}
#contact .table .text {
	padding-left: 15px;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
