﻿.control, 
.editable-text 
{
	border: 1px dashed #CCCCCC;
	padding: 5px;
	background-color: #FFFFE5;
	margin-bottom: 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: #666666;
	background-color: #F5F5F5;
	border: 1px dashed #CCCCCC;
}
.editable-text .title a
{
	color: #0066CC;
	text-decoration: none;
}
.editable-text .title a:hover 
{
	color: #0066FF;	
}
