#mailform tr {
	padding: 2px 0px;
}
/*
#mailform tr th {
	font-weight: normal;
	color: #666600;
	background: #F3F5E0;
}
*/
.header {
	font-weight: bold;
	color: #666600;
	background: #F3F5E0;
	text-align: center;
}
input {
	color:#333333;
}.style {
	font-size: small;
	color: #666666;
}
#mailform {
	width: 400px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#mailform th{
	width: 100px;
}
input,textarea {
	width: 250px;
}
input.btn {
	margin: 10px 0px 0px 0px;
	width: 50px;
}