#mail_form input, textarea {
	border: 1px solid #aeb1b4;
	width: 200px;
	padding-left: 3px;
}

#mail_form textarea {
	width: 50%;
	height: 250px;
}

#mail_form select {
	border: 1px solid #aeb1b4;
	width: 200px;
}

#mail_form input.button {
	border-right-color: #a0a0a2;
	border-bottom-color: #a0a0a2;
	border-top-color: #eef1f2;
	border-left-color: #eef1f2;
	background-color: #e5e7eb;
	width: 130px;
	font-size: 11px;
	height: 20px;
}

p.err {
	text-align: center;
	color: red;
}

#mail_form .FCaption {
	margin: 5px 0 ;
	font-weight: bold;
}
