.column{
	width:49%;
	margin-right:.5%;
	min-height:300px;
	background:#fff;
	float:left;
}
.column .dragbox {
	font-size: 90%;
	margin:5px 2px  10px;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.column .dragbox h2{
	margin:0;
	padding:5px;
	background:#f0f0f0;
	border-bottom:1px solid #eee;
	cursor:move;
}
.dragbox-content{
	background:#fff;
	min-height:60px; margin:5px;
}
.dragbox-content table {
	width: 100%;
}

.column  .placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
}
.dragbox h2.collapse{
	background:#f0f0f0 url('images/collapse.png') no-repeat top right;
}
.dragbox h2 .configure{
	font-weight:normal;
	margin-right:30px; float:right;
}