@import url("default.css");
input.from, input.subject {
	background-color: silver;
	width: 100%;
}
table.form {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}
td.body {
	padding: 3px 6px 3px 6px;
}
td.caption {
	font-weight: bold;
	text-align: right;
}
td.from, td.subject {
	padding: 3px 6px 3px 3px;
}
td.submit {
	padding: 3px 6px 6px 6px;
	text-align: center;
}
textarea.body {
	border: 0;
}
tr.from, tr.subject {
	background-color: silver;
}
