table.emailform {
	width:700px;
}
table.emailform td {
	padding:3px;
	vertical-align:top;
}
table.emailform td.cell1 {
	padding-left:0;
	width:200px;
}
table.emailform .input1 {
	width:350px;
}
table.emailform .input2 {
	width:250px;
}
table.emailform #address,
table.emailform #comment {
	width:350px;
	height:80px;
}
table.emailform #message {
	width:350px;
	height:140px;
}

.childrow1 td {
	background:#ddd;
	border-bottom:1px solid #ccc;
}
.childrow2 td {
	background:#eee;
	border-bottom:1px solid #fff;
}
table.emailform .childrow2 td.cell1 {
	padding-left:3px;
}
