/* .column{
	width:49%;
	margin-right:.5%;
	min-height:300px;
	background:#fff;
	float:left;
} */
/*.column*/ .dragbox{
	margin:5px 2px  20px;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*.column*/ .dragbox h2{
	margin:0;
	font-size:12px;
	padding:5px;
	background:#f0f0f0;
	color:#000;
	border-bottom:1px solid #eee;
	font-family:Verdana;
	cursor:move; 
}
.dragbox-content
{
	background:#fff;
	min-height:100px; 
	margin:5px;
	display:none;
}

/*.column*/  .placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
	display: block;
	clear: both;
	overflow: hidden;
}
.dragbox h2.collapse{
	/* background:#f0f0f0 url('collapse.png') no-repeat top right; */
}
.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px; float:right;
}
.wcccf_field_label {
    font-style: italic;
	color: #96588a;
	font-weight: bold;
}
.wcccf-row-first 
{
    float: left;
    width: 47%;
    overflow: hidden;
	display: inline-block;
	clear:left;
}
.wcccf-row-last 
{
    float: right;
    width: 50%;
    overflow: hidden;
	display: inline-block;
	clear:right;
}
.wcccf-row-wide 
{
   display: block;
   /* float:left; */
    overflow: hidden;
	width: 100%;
}
.postbox 
{
    overflow: hidden;
}