
	div.editable {
		position: relative;
		border: 1px solid white;
		background: transparent;
	}

	#fm-edit, table.mceEditor, textarea.editor {
		width: 98%;
	}
	
	div.editable a.edit-section {
		display: none;
	}
	
	div.editable:hover, div.editable-hover {
		border: 1px dashed red;
		/*background: #FFFFE3;*/
	}
	
	
	div.editable a.edit-section {
		position: absolute;
		top: 0;
		right: 0;
		/*left: 0;*/

		display: block;
		height: 36px;
		width: 99px;

		background: url(../_img/btn_edit.gif) no-repeat 0 -36px;
		border: 0;
		
		text-indent: -999em;
		overflow: hidden;
		
	}
	
	div.editable a.edit-section:active { outline: none; }

	div.editable a.edit-section:hover {
		background-position: 0 3px;
	}
	
/*	.add-page {
		text-indent: -999em;
		overflow: hidden;
		display: block;
		height: 16px;
		width: 16px;
		background: url(../_img/setup.gif) no-repeat;
	} */
	
	
	.live { font-weight: bolder; font-size: larger;  }
	.live em { color: Red; } 
