img.error{
	float: left;
	border: 0px;
}
.input{
	float: left;
	margin-right: 8px;
	width: 240px;
	height: 16px;
	border: 1px #96876c solid;
	color: blue;
	background: url("../images/backgr_input.png") #fff repeat-x;
}
.input_textarea{
	height: 130px;
	width: 345px;
	border: 1px #96876c solid;
	color: blue;
	padding: 4px;
	background: url("../images/backgr_input.png") #fff repeat-x;
}
table.form{
	margin: 30px 0px 0px 170px;
}
.subje{
	height: 21px;
	border: 1px #96876c solid;
	color: #3d321d;
	font-size: 11px;
	margin-right: 8px;
	font-family: "Georgia" Book Antiqua, Century Schoolbook,;
	padding: 0px 14px 0px 14px;
	background: url("../images/submit.png") repeat-x;
}

