.CM_EditableContentRegion_off {
	/* Since this is a span, it simply wraps the content invisibly */
	/*display: inherit; 
	background-color: transparent; 
	border: none;
	margin: 0px;
	padding: 0px;*/
}

.CM_EditableContentRegion_on {
	display: inherit; /*This doesn't do anything in IE, but allows block elements to display as blocks in Firefox*/
	background-color: #FFFFCC; 
	border: 1px solid red;
	/* the neg margin offsets the border so the size doesn't change */
	margin: -1px ;
}


.CM_EditableContentRegion_btn_off {
	z-index: 1099;
	background-color: #FFFFCC;
	border: 2px solid #FF0000;
	font-size: 11px;
	line-height: normal;
	color: #FF0000;
	text-decoration:none; 
	padding: 0px 7px;
	margin: 0px; 
	position: absolute; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: 2px;
}

.CM_EditableContentRegion_btn_on {
	z-index: 1099;
	background-color: #FF0000;
	border: 2px solid orange;
	font-size: 11px; 
	line-height: normal;
	color: #FFF;
	text-decoration:none; 
	padding: 0px 7px;
	margin: -1px; 
	position: absolute; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: 2px;
}