#sendform input[type="text"] {
	background: url('img/input.png') no-repeat;
	border: 0px none;
	padding: 9px 7px;
	font-size: 13px;
	outline: none;
	width: 229px;
}

#sendform textarea {
	background: url('img/textarea.png') no-repeat;
	border: 0px none;
	padding: 9px 7px;
	font-size: 13px;
	outline: none;
	width: 362px;
	height: 120px;
	min-width: 362px;
	min-height: 120px;
	max-width: 362px;
	max-height: 120px;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
}

#sendform th {
	text-align: right;
}
