#textTool
	{
	position: absolute;
	top: 62px;
	left: 40px;
	}
	
#textTool a
	{
	border: 1px solid #cccccc;
	background-color:#cccccc;
	}
	
#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: 100px; 
	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
	}	
