textarea { 
	background-color: transparent;
	border-style: none; 
	border-color: transparent; 
	disabled: true;
	overflow: auto;   
	outline: none;
	readonly: true;
	resize: none;
	width: 100%;
	height: 10em;				
}
