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

table#contact {
	width: 630px;
	margin-bottom: 20px;
	font-size: 12px;
}
table#contact tr {
	border-bottom: dotted 1px #000;
}
table#contact tr th,
table#contact tr td{
	padding: 20px 10px;
}
table#contact tr th {
	width: 150px;
	font-weight: bold;
}
table#contact tr td.must {
	width: 50px;
	text-align: center;
	color: #F15A24;
	font-weight: bold;
}
#sendButton {
	margin-bottom: 20px;
	text-align: center;
}
#sendButton .button {
	width: 150px;
}
#thanxBox {
	height: 350px;
	padding: 100px 0px;
	line-height: 180%;
	text-align: center;
}
.thanxText {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
