/*  Floating control box */
div.editControlsBox {
	left: 0px;
	top: 0px;
	position: absolute;
	border: 1px solid gray;
	padding: 5px;
	background-color: #EBEFF0;
	Filter: Alpha(Opacity=60, FinishOpacity=60, Style=1)
	z-index: 10;
	text-align: center;
}
div.editControlsBoxOn {
	Filter: Alpha(Opacity=100, FinishOpacity=100, Style=1)
}
div.chunkHolder {
	position: relative;
}
div.chunkEdit {
	position: absolute;
	top: -18px;
	left: 0;
	/*Filter: Alpha(Opacity=60, FinishOpacity=60, Style=1)*/
}

div.chunkContent {
	border: 1px dashed #A5ACB2;
	position: relative;
/*	padding: 5px;*/
	padding: 1px;
	clear: left;
}