ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	/*width: 10em;*/
	width: 570px;
	font-size: 13px;
	font-family: Arial, sans-serif;
        border: 1px solid #ccc;
}
ul.boxy li {
	cursor:move;
	margin-bottom: 4px;
	padding: 2px 2px;
	border: 1px solid #ccc;
	/*background-color: #eee;*/
	background-color: #F0F0F0;
}

ul.empty {
	padding-top: 10px;
	padding-bottom: 10px;
}

li.not-draggable {
	cursor: default !important;
	border: none !important;
	background: transparent !important;
	text-align: center;
}