body {
	margin: 0px;
	padding: 0px;
}
#canvas {
	position: absolute;
	border: solid 2px black;
	padding: 1em;
}
#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #eee;
}
#debug {
	position: absolute;
	width: 30%;
	top: 0%;
	left: 70%;
	height: 100%;
	overflow: auto;
	white-space: pre;
}
#preview {
	position: absolute;
	top: 3%;
	right: 3%;
	bottom: 3%;
	width: 50%;
}
#previewBody {
	background-color: #eee;
	height: 100%;
}
#toolbar {
}
.image {
	position: absolute;
}


/* css drop shadows */
.alpha-shadow {
  float: left;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;

  padding: 4px;
}

