/*
<!-- http://free-script.it/ -->
<!-- Free script - Script gratuiti per il web. Script php, script asp, script javascript, script ajax. -->
<!-- Script ajax: Drag and drop con scriptaculous e salvataggio posizione -->
*/

div.container{
	font: 10px verdana;
	width:780px;
	margin: 0px auto 0px;
	overflow: hidden;
}

div.colonna{
/*	float:left; */
	width:460px;
	padding:10px;
}

ul.sortabledemo {
/*	min-height:150px; */
	width:400px;
}

li.item {
	height:24px;
	list-style-type: none;
	margin-left:-40px;
	margin-bottom:2px;
}

div.handle {
	width: 100%;
	border:1px solid #5788AF;
	background-color: #399;
	padding:2px;
	text-align: center;
	font-weight: bold;
	color:white;
	cursor: move;
}