.column { width:49%; margin-right:.5%; min-height:320px; background:#fff; float:left; }
.column .dragbox { margin:0px 2px 10px 2px; background:#fff; position:relative; border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; }
.column .dragbox h3 { margin:0; font-size:12px; font-weight:bold; padding:5px; background-color:#333; color:#FFF; 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; }
.dragbox-content li { border-bottom:1px #CCC dotted; padding-bottom:2px; }
.column .placeholder { background: #f0f0f0; border:1px dashed #ddd; }
.dragbox h3.collapse { background:#333 url('../img/collapse.png') no-repeat top right; }
.dragbox h3 .configure { font-size:11px; font-weight:normal; margin-right:30px; float:right; }
.dragbox h3 { height:20px!important; }
