

#mailform {
	width:650px;
	font-size:10px;
	text-align:left;
	margin:20px 10px 20px 10px;
	border:1px solid #e3e3e3;
	line-height:1.7em;
}

#mailform th {
	width:30%;
	text-align:center;
	padding:10px 10px 10px 10px;
	color:#4C360B;
	font-size:12px;
	border-bottom:solid 1px #e3e3e3;
	background-color:#EFEFEF;
}

#mailform td {
	width:70%;
	border-bottom:solid 1px #e3e3e3;
	background-color:#EFEFEF;
	font-size:12px;
}

#mailform ul {
	width:500px;
	height:auto;
	list-style:none;
	float:left;
	margin:0px;
}

#mailform li {
	width:100px;
	height:auto;
	list-style:none;
	float:left;
	margin:0px;
}

#botton {
	background-color:#ffffff;

}

