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

#contact {
}
#contact {
	margin:0 0 50px;
}
#contact h2 {
	margin:0 0 40px -15px;
}
#contact h3 {
}

#contact table {
	width:660px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

#contact tr {
}

#contact th {
	width:151px;
	padding:15px 10px 15px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color:#005984;
	text-align:left;
}
#contact td {
	width:459px;
	padding:15px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.th_topBar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #007ab2;
}
.td_topBar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bbb;
}
.th_bottomBar {
	border-bottom-width: 2px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #007ab2 !important;
}
.td_bottomBar {
	border-bottom-width: 2px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #bbb !important;
}

.must {
	margin-right:5px;
}

.thanks_message {
	text-align:center;
	padding:50px 0;
	font-size:120%;
	line-height:180%;
}




/***/