.wwl_htmled .wwl_toolbar
{
	background-color: #ccc;
}

.wwl_htmled .wwl_toolbar .wwl_button
{
	border: 0;
}

.wwl_htmled .wwl_toolbar .wwl_button div
{
	background-color: #ccc;
	border: 1px solid #ccc;
	height: 21px;
}

.wwl_htmled .wwl_toolbar .wwl_button .hover
{
	background-color: #B2BBD0;
	border: 1px solid black;
}

.htmled_cnt {
	position: relative;
	border: 1px solid #cccccc; 
}

.htmled_cnt .btn1, .htmled_cnt .btn2, .htmled_cnt .btn3, .htmled_cnt .btn4 {
	position: absolute;
	display: none; 
	right: 0px; 
	width: 32px; 
	height: 32px;

	background-repeat: no-repeat;
	cursor: pointer;
}

.htmled_cnt .btn1 {
	display: block;
	top: 0px; 

	background-image: url(gfx/edit.png);
	
}

.htmled_cnt .btn2 {
	top: 0px; 
	background-image: url(gfx/check.png);
}

.htmled_cnt .btn3 {
	bottom: 0px;
	background-image: url(gfx/fail.png);
}


.htmled_cnt .btn4 {
	display: block;

	top: 32px;
	background-image: url(gfx/html.png);
}

.htmled_textarea
{
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
