img {
	border:0;
	}
	
body#editorAlter {
	background:#fff;
	margin:10px;
	}
body#editorAlter textarea {
	font-size:100%;
	}
body#editorAlter td {
	font-size:80%;
	vertical-align:top;
	}
body#editorAlter h1 {
	font-size:100%;
	color:#000;
	}
body#editorAlter h2 {
	font-size:120%;
	color:#000;
	}
body#editorAlter table {
	border:1px solid #000;
	}
	
table.edit {
	filter:alpha(opacity=80);
	position:absolute;
	visibility:hidden;
	z-index:110;
	top:-5px;
	background:#fc0;
	margin:1px;
	border:solid 1px #000;
	}
table.edit tr td {
	font-size:70%;
	padding:0 2px 0 2px;
	background:#fc0;
	}
table.edit tr td a {
	display:block;
	text-decoration:none;
	color:#000;
	}
table.edit tr td a:hover {
	text-decoration:underline;
	color:#000;
	}
table.edit tr td.section {
	background:#000;
	color:#fff;
	}
	
table.editControl {
	background:#fc0;
	width:100%;
	border:1px solid #000;
	}
table.editControl tr td {
	font-size:75%;
	font-weight:bold;
	color:#fff;
	line-height:1em;
	background:#000;
	padding:3px;
	}
table.editControl tr td a {
	color:#fc0;
	}
table.editControl tr td a:hover {
	color:#fff;
	}

img.edit {
	position:absolute;
	filter:alpha(opacity=70);
	}
table.editWindow {
	border:1px solid #000;
	}
