.column{
	width:100%;
	/*margin-right:.5%;
	min-height:300px;*/
	background:#fff;
	/*float:left;*/
}
.column .dragbox{
	margin:5px 2px  20px;
	background:#fff;
	position:relative;
	border:1px solid #a4c2c2;
}
.column .dragbox h2{
	margin:0;	
	font-weight:normal;	
	cursor:move;
}
.dragbox-content{
	background:#fff;
	min-height:100px; margin:10px 5px 5px 5px;
	font-family:SolaimanLipi; font-size:0.8em; line-height:1.5em;
}
.column  .placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
}
.dragbox h2.collapse{
	background:#EEEEEE url('../images/collapse.png') no-repeat bottom right;
}
.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px; float:right;
}