
@import "../../library/default.css";

div#mailform {
	margin:0 0 20px 0;
}

div#mailform table {
	table-layout:fixed;
	border-collapse:collapse;
}

div#mailform th {
	width:20%;
	padding:7px 0 5px 0;
	border:1px dotted #cccccc;
}

div#mailform td {
	width:80%;
	padding:7px 0 5px 10px;
	border:1px dotted #cccccc;
}

div#mailform div#submit {
	text-align:center;
	border:1px dotted #cccccc;
	background-color:#F7F0DF;
	margin:10px 0 0 0;
}

div#mailform div#submit p {
	margin:10px 0 10px 0;
}
