@charset "utf-8";
/* CSS Document */
#mailform {
	margin: 0 auto;
	width: 80%;
}
#mailform dl {
	line-height: 2;
}
#mailform dl dt {
	float: left;
	margin-bottom: 15px;
	width: 10em;
}
#mailform dl dd {
	margin-bottom: 20px;

}
.required  {
	border-left: #94C7BA 3px solid;
	background-color: #D8F1E4;
	padding-left: 5px;
}
.notrequired {
	border-left: #594735 3px solid;
	background-color: #F1E4D8;
	padding-left: 5px;
}
.pushbtn {
	width: 12em;
	font-size: 0.9em;
}
.centeralign {
	text-align: center;
}
#confirmation {
	display: none;
	margin-top: 30px;
	width: 100%;
}


