.EditorSpan {
	container: positioned;
	position: absolute;
	TOP: 100px;
	LEFT: 20px;
	WIDTH: 550px;
	HEIGHT: 285px;
	Z-INDEX: 5;
	border-width: thin;
	border-style: solid;
	display:inline;
	visibility:hidden;
}
.EditorPostAuction {
	container: positioned;
	position: absolute;
	TOP: 850px;
	LEFT: 200px;
	WIDTH: 550px;
	HEIGHT: 285px;
	Z-INDEX: 5;
	border-width: thin;
	border-style: solid;
	display:inline;
	visibility:hidden;
}
.EditorEditAuction {
	container: positioned;
	position: absolute;
	TOP: 500px;
	LEFT: 200px;
	WIDTH: 550px;
	HEIGHT: 285px;
	Z-INDEX: 5;
	border-width: thin;
	border-style: solid;
	display:inline;
	visibility:hidden;
}
.Editor {
	width : 550px;
	margin-left : 0;
	margin-top : 0;
	height : 285px;
	background-color : Silver;
}

P  {
	font-size : x-small;
}

H1  {
	font-size : large;
	font-weight : bold;
}

H2  {
	font-size : medium;
	font-weight : bold;
	margin-bottom : 1;
}

H3  {
	font-weight : bold;
	font-size : small;
}

BODY  {
	margin-left : 2;
	margin-top : 2;
	font-family : Tahoma;
	font-size : x-small;
}

TD  {
	font-size : x-small;
}

INPUT  {
	font-family : Tahoma;
	font-size : x-small;
	font-weight : normal;
}

UL  {
	font-size : x-small;
	list-style-type : none;
	padding-left : 3;
	margin-left : 3;
	margin-top : 0;
	margin-bottom : 0;
}

LI  {
	font-size : x-small;
    padding-left : 5;
	margin-left : 5;
}

ol  {
	font-size : x-small;
	padding-left : 5;
	margin-left : 5;
	list-style-type : decimal;
}

.EditHeader {
	width : 100%;
	background : Navy;
	color : White;
	font : bold 14pt;
}
.Status  {
	width : 100%;
	height : 100%;
	background-color : #FFFF99;
	font : 14pt Arial, Helvetica, sans-serif;
	margin : 0 0 0 0;
}
.StatusSpan  {
	container : positioned;
	position : absolute;
	TOP : 20px;
	LEFT : 20px;
	WIDTH : 400px;
	HEIGHT : 200px;
	border-width : thin;
	border-style : solid;
	display : inline;
	visibility : hidden;
	margin : 0 0 0 0;
}
.Header {
	background-color : #4682B4;
	color : #DCDCDC;
	font : bold 12pt;
}