@CHARSET "UTF-8";
.text_editor_control_container{
	position: absolute;
}
.text_editor_control_container a{
	text-decoration: none;
	top: -8px;
	left:-16px;
	background: url("IMG/edit.gif") no-repeat ;
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
}

.text_editor_control_container_over
{
	background-color: #FFEFBF;
}