#editor{
	float: left;
	text-align: left;
	height: 25px;
	margin-bottom: 10px;
	background: #999;
	}
	
#editor image{
	padding: 0px;
	}

/****************************************************************/

#ta{
/*	visibility: hidden;*/
	display: none;
	}
	
#tdisplay{
	width: 500px;
	height: 250px;
	padding: 8px;
	border: 1px solid #666;
	background: #fff;
	margin-top: 25px;
	}	