@charset "UTF-8";

h2{border-left-color:#ff8915;}

form#mailform {
	padding:0 20px;
	margin-bottom:30px;
}
table.mailform {
	width:600px;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 5px 10px 5px;
}
table.mailform tr th {
	width: 150px;
	text-align:right;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

h4{
	border-left:5px solid #999999;
	margin:10px 0 10px 20px;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	padding:10px 0 10px 2em;
}

h4 span{color:#db0e1c;}


#thanks{
	margin-bottom:200px;
}