
.EditorContainer {
	z-index: 999;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 470px;
	height: 470px;
	text-align: center;
}

.EditorImage {
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 468px;
	height: 468px;
	display: block;
	border: 1px solid #CCCCCC;
	background: transparent url(../images/loading.gif) no-repeat center;
}

.EditorImageStandalone {
	border: 1px solid #CCCCCC;
	background: transparent url(../images/loading.gif) no-repeat center;
}

.EditorImageBackground {
	z-index: 990;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	display: none;
	border: 1px solid #CCCCCC;
}

.EditorElement {
	z-index: 1010;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px dashed #cccccc;
	cursor: pointer;
}
.EditorElement:link {}
.EditorElement:visited {}
.EditorElement:hover {
	text-decoration: none;
	border: 1px solid #c4001e;
}

.EditorElementActive {
	z-index: 1010;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #c4001e;
	cursor: pointer;
}

.EditorColor {
	width: 300px;
	height: 20px;
	display: block;
	border: 1px solid #CCCCCC;
}