/* GENERAL STYLES */
.rezbox
{
	border: 1px #ccc solid;
	position: relative;
	top:0px;
	left:0px;
	z-index: 110;
}

.grayBorderTL
{
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 110;
	width: 9px;
	height: 9px;
}
.grayBorderTR
{
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 110;
	width: 9px;
	height: 9px;
}
.grayBorderBL
{
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: 110;
	width: 9px;
	height: 9px;
}
.grayBorderBR
{
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 110;
	width: 9px;
	height: 9px;
}


/* EDITOR PROPERTIES */
