.ie7 .column {
	width:220px;
	/*margin-right:.5%;*/
	min-height:250px;
	float:left;
	margin-left:15px;
	margin-top:-20px;
}
.column{
	width:410px;
	/*margin-right:.5%;*/
	min-height:250px;
	float:left;
	margin-left:15px;
}
.column .dragbox{
	margin:5px 2px  5px;
	background:#82C6DA;
	position:relative;
	border:1px solid #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.column .dragbox h2{
	margin:0;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	padding:4px;
	background:#47ABCB;
	color:#000;
	border-bottom:1px solid #666;
	font-family:Verdana;
	cursor:move;
}
.dragbox-content{
	background:#82C6DA;
	min-height:100px; margin:5px;
	font-family:Verdana;
	font-size:11px; 
	line-height:20px;
	text-align:left;
}
.dragbox-content a{
	background:#82C6DA;
	min-height:100px; margin:5px;
	font-family:Verdana;
	font-size:11px;
	color:#06F;
	line-height:20px;
	text-align:left;
}
.dragbox-content a:hover{
	background:#82C6DA;
	min-height:100px; margin:5px;
	font-family:Verdana;
	font-size:11px; 
	color:#03F;
	line-height:20px;
	text-align:left;
}
.dragbox-content a:visited{
	background:#82C6DA;
	min-height:100px; margin:5px;
	font-family:Verdana;
	font-size:11px; 
	color:#06F;
	line-height:20px;
	text-align:left;
}
.column  .placeholder{
	/*background: #47ABCB;*/
	border:1px dashed #ddd;
}
.dragbox h2.collapse{
	background:#47ABCB; 
	background-image: url(http://www.surfezy.com/images/collapse.png);
	background-repeat:no-repeat;
	background-position:top right;
	
}
.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px;
	float:right;
}