﻿/* DHtmlTextArea editor styles */
.control, 
.editable-text 
{
	border: 1px dashed #333333;
	padding: 5px;
	margin: 5px;

}
.editable-text .title 
{
	text-align: center;
	position: relative;
	top: -14px;
	left: 20px;
	width: 100px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #DCDE00;
	border: 1px dashed #333333;
}
.editable-text .title a
{
	color: #CC0000;
	text-decoration: none;
}
.editable-text .title a:hover 
{
	color: #990000;	
}

.control-buttons 
{
	text-align: right;
	margin-right: 50px;
}
