@charset "UTF-8";


div.form{
	margin-left:100px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 820px;
}
table.mailform tr,table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px #1c79c6 dotted;
	border-bottom:none;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 200px;
}
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: 95%;
	height: 180px;
}