
@charset "UTF-8";

form#mailform {
	padding: 5px;
}
table.mailform {
	width:550px;
	margin:0px auto 30px auto;
	border-collapse:collapse;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	border: solid 2px #B89F90;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	color:#3D272D;
	font-size:12px;
	width: 140px;
	font-weight:400;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr td textarea {
	width: 390px;
	height: 140px;
}
table.mailform td span {
	color:#C61A0C;
	font-size: 9px;
}
.contact{
	margin:10px 40px 30px 40px;
	font-size:12px;
	line-height:1.5em;
}

/* Questionnaire
------------------------------------------------------  */

table.questionnaire {
	width:550px;
	margin:0px auto 30px auto;
	padding:0px;
	border-collapse:collapse;
}
table.questionnaire tr th,table.questionnaire tr td {
	text-align: left;
	border: solid 2px #B89F90;
	padding: 5px;
}
table.questionnaire tr th {
	color:#3D272D;
	font-size:11px;
	width:215px;
	font-weight:400;
	line-height:1.3em;
	background-color:#EFE7E1;
}
table.questionnaire tr td {
	color:#3D272D;
	font-size:11px;
	width: auto;
	height:35px;
}
table.questionnaire tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.questionnaire tr td select {
	width: 200px;
}
table.questionnaire tr td textarea {
	width: 305px;
	height: 50px;
}
table.questionnaire td span {
	color:#C61A0C;
	font-size:12px;
}
.contact2{
	margin:0px 40px 5px 40px;
	text-align:right
}
.center{
	margin:0px 0px 30px 0px;
	text-align:center;
}
.text5{
	margin:0px 60px 6px 60px;
	font-size:11px;
	line-height:1.5em;
}
.text6{
	margin:0px 60px 7px 60px;
	font-size:10px;
	line-height:1.5em;
}
.red{
	color:#E00000;
}
.mazenda{
	color:#882B42;
}
