.ui-sortable-handle {
	cursor: move;	
}
.ui-sortable-helper {
	background: #eee;
	border: 1px dashed #ccc;
}
	.ui-sortable-helper td {
		border: none;
	}
	
.ui-sortable-placeholder {
	background: #ccc;
	visibility: visible !important;	
}