table.form {
	width: 370px; margin-top: 20px;
}
td.word {
	text-align: right; vertical-align: middle;
}
.input {
	width: 140px; height: 18px; 
}
select, input {
	border: #d2b52c 1px solid; background-color: #fae8b2;
	font-size: 12px;
}
.pict {
	width: 50px; height: 18px; border: #d2b52c 1px solid; background-color: #fae8b2;
	font-size: 12px; padding: 1px 5px 1px 5px;
}
textarea {
	width: 240px; border: #d2b52c 1px solid; background-color: #fae8b2;
}
.butt {
	background: url(../images/butt.gif) no-repeat; width: 81px; height: 17px; border: none; cursor: pointer;
	color: #846710; font-size: 12px;
}
td.button {
	padding-right: 26px;
}
.error {
	color: red;
	font-weight: bold;
}
