.column{
	width:33%;

	min-height:150px;
	background:#fff;
	float:left;
}
.column .dragbox{
	margin:2px 2px 10px;
	background:#fff;
	position:relative;
	border:1px solid #F74217;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.column .dragbox h2{
	margin:0;
	font-size:12px;
	padding:5px;
	background:#F74217;
	color:#ffffff;
	border-bottom:1px solid #eee;
	font-family:Verdana;
	cursor:move;
}
.dragbox-content{
	background:#fff;
	min-height:100px; margin:5px;
	font-family:'Lucida Grande', Verdana; font-size:0.8em; line-height:1.5em;
}
.column  .placeholder{
	background: #F74217;
	border:1px dashed #F74217;
}
.dragbox h2.collapse{
	background:#F74217 url('collapse.png') no-repeat top right;
}
.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px; float:right;
}
