INPUT, TEXTAREA{
	border: 1px solid #875205;
	background-color: #ffce72;
	width: 300px;
	color: #543202;
	font-size: 11px;
	font-family: Tahoma;
}

TEXTAREA{	overflow: auto; height: 100px; }

DIV.content TABLE.quest TD{
	color: #865105;
	font-family: Tahoma;
}
DIV.content TABLE.quest TD SPAN{
	color: #db6204;
	font-size: 12px;
	font-weight: bold;
}

INPUT.bt_reset{
	width: 66px;
	height: 18px;
	border: 0px;
	background-image: url(../images/quest/reset.gif);
	background-repeat: no-repeat;
	cursor: pointer; cursor: hand;
}
INPUT.bt_send{
	width: 66px;
	height: 18px;
	border: 0px;
	background-image: url(../images/quest/send.gif);
	background-repeat: no-repeat;
	cursor: pointer; cursor: hand;
}