#textTool
	{
	position: absolute;
	top: 110px;
	left: 450px;
	background-color: #FF6633;
	}
	
#textTool a
	{
	border: 1px solid #cccccc;
	background-color:#cccccc;
	width: 23px;
	height: 22px;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
	}
	
#textTool a:hover
	{
	border: 1px solid #000066;
	background-color:#ffffff;
	}

#imageTool
	{
	position: absolute;
	top: 150px;
	left: 150px;
	width: 400px;
	background-color: #ffffff;
	border: 1px solid #000066;
	}
	
#source_editor
	{
	position:absolute;
	left: 180px; 
	top: 120px; 
	background-color: #666666; 
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
	visibility:hidden
	}

#source_editor textarea
	{
	width: 700px; 
	height: 400px; 
	font-size: 12px
	}	

