textarea {
	height: 100px; }
th {
	text-align: right; vertical-align: top; }
.star {
	font-weight: bold; color: #bf0000; }
label.error {
	color: #bf0000; display: block; font-size: 12px; font-weight: bold; }
input, textarea {
	width: 350px; background: #fff; border: 1px solid #000; }
input.on, textarea.on {
	width: 350px; background: #a0bdd6; border: 1px solid #000; }
input.focus, textarea.focus {
	width: 350px; background: #3989d0; border: 1px solid #000; }
button {
	width: 95px; height: 51px; background: url("/images/button.png") center;
	text-align: center; color: #000; border: 0; margin-right: 20px;
	font-size: 12px; font-weight:bold; cursor: pointer; }
button.on {
}