.copy {
	font-family: Tahoma;
	font-size: 9px;
	color: #D7BB99;
}
.text {
	font-family: Tahoma;
	font-size: 10px;
	color: #7E4636;
}
.read_more {
	font-family: Tahoma;
	font-size: 10px;
	color: #B10000;
}
.textfield {
	height: 17px;
	width: 148px;
	border: none;
	background-color: #F0EAD6;
	font-family: Tahoma;
	font-size: 10px;
	color: #7E4636;
	
}
.textarea {
	height: 77px;
	width: 319px;
	border: none;
	background-color: #F0EAD6;
	font-family: Tahoma;
	font-size: 10px;
	color: #7E4636;
	overflow:auto;
}