.column{}
.dragbox{
	clear:both;
	margin:5px 2px  20px;
	background:#fff;
	display:block;
	/*border: dashed #CCCCCC 1px;*/
}
.dragbox h2{
	float:left;
	margin:0px;
	padding:0px;
	cursor:move;


	padding-top: 5px;
}
.dragbox h2.active{
	color:#000000;
}

.dragbox .close{
	float:right;
	padding-right:10px;
	padding-top: 5px;
	cursor:pointer;
	font-weight:bolder;
	color:#990000;
	padding-bottom: 5px;
}
.dragbox-content{
overflow:hidden;
	clear:both;
	border-top:1px dashed #ddd;
}
 .placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
}
.dragbox h2{
	color:#96BB20;
}
.dragbox h2:hover{
	background:#f0f0f0;
}
.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px; float:right;
}
.close_cat{
	width:auto;
	float:left;
	padding:0px 3px 3px 0px;
}
