#designbox{
	float:left;
	width: 800px;
	height: 400px;
	border: 1px solid #bbb;
}
#pb{
	float:right;
	margin: 20px;
	}
.side{
	padding: 5px;
	margin: 5px;
	border: 1px solid #bababa;
	cursor: pointer;
}
.side.highlighted{
	border: 2px solid #bababa;
}
.getst{
	color:#999;
	padding-bottom:7px;
}
.side .label{
	margin-left: auto;
    margin-right: auto;
    width: 40px;
}
.side img{
	display:block;
	margin-left: auto;
    margin-right: auto;
}
#designfield{
	
	float: right;
	width:600px;
	height: 400px;
	border-left:1px solid #000;
}
#sides{
	display: inline;
	float:left;
	width: 199px;
	height: 400px;
	background: #eed;
}
#toolbar{
	float: right;
	width: 600px;
	height: 70px;
	background: #dde;
	border-bottom: 1px solid #ddd;
}
#workspace{
	float:right;
	height: 329px;
	width: 600px;
	background: #fafafa;
}
.imageholder{
	position:relative;
	margin-top:20px;
	margin-left: auto;
    margin-right: auto;
   width: 400px;
}
.bgimage {
	z-index:-1;
}
.textover{
	position:absolute;
}
.dtools{
	padding:20px;
}
.dtools div{
	float: left;
}