@charset "utf-8";
	.column { width: 170px;padding-bottom: 100px; }
	.ui-sortable-placeholder { border: 2px dotted #0084C4  !important; visibility: visible !important; height: 50px !important; }
	.ui-sortable-placeholder * { visibility: hidden; }
	.handle {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor:move;
	}
	.widgit {
	position: relative;
	margin-bottom:10px;
}
	.widgit_columns
	{
		min-height:5px;
	}


	.trash {
	background-color: #CCCCCC;
	width :32px;
	height:32px;
	background-image: url(../images/trash.png);
	background-repeat: no-repeat;
}
#toolbar{
	margin: 0 auto;
	background-color: #F0F0F0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	#feedback { font-size: 1.4em; }
	#selectable .ui-selecting { background: #FECA40; }
	#selectable .ui-selected { background: #F39814; color: white; }
	#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
	#selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }.normal_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.cms_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0071E1;
	padding: 3px;
	border: 1px solid #3399FF;
	background-color: #C6E2FF;
	cursor: pointer;
}

