@charset "utf-8";	
table.contactform {
    width: 700px;
    margin: 15px auto 50px;
    border-top:1px solid #c8c8c8;
    border-left:1px solid #c8c8c8;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.contactform th {
	font-size: 14px;
	font-weight:normal;
    text-align: center;
    border-right:1px solid #c8c8c8;
    border-bottom:1px solid #c8c8c8;
    background-color:#f0efee;
    padding:15px 0 10px;
    width:200px;
}
.contactform td {
    font-size: 14px;
    border-right:1px solid #a9a9a9;
    border-bottom:1px solid #a9a9a9;
    padding:15px 10px 10px 15px;
}
.formsubmit{
	background: #aa0030;
	padding:18px 60px 15px;
	display: block;
	margin:15px auto;
	text-align: center;
	color:#fff;
	border:none;
	border-radius: 7px;
}
.inqfinish{
	font-size: 24px;
	text-align: center;
	margin-top: 100px;
	font-weight: bold;
	border-bottom: 1px solid #595959;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.inqfinish__sub{
	text-align: center;
}
.inqfinish__link a{
	width: 250px;
	text-align: center;
	margin:20px auto;
	border:1px solid #000000;
	padding:10px 0 8px;
	display: block;
}