label.error { color: darkred; margin-left: 10px; }
		
/* Editor */
div.contentTextEdit {  border: 1px dashed #ddd; min-height: 10px; }
div.contentTextEdit:hover { position: relative; background-color: lightyellow; }
a.edit { 
	-moz-border-radius:5px 5px 5px 5px;
	background-color:white;
	border:1px solid darkgray;
	cursor:pointer;
	float:right;
	font-weight:bold;
	margin:10px;
	padding:6px;
	position:absolute;
	display: none;
}

div#topbar { font: normal 13px Verdana; z-index: 1000; }

/* Hide the close button on the lightbox because we will use the modal controls */
#cboxClose { display: none !important; }
#cboxLoadedContent { margin-bottom: 0px; }
#cboxLoadedContent iframe { background: transparent url('/images/loading.gif') no-repeat top left; }
