/* CSS Document */

.sortablelist {
	margin: 0;
	padding: 0;
	width: 200px;
	min-height: 100px;
}

.sortablelist li {
	border: 1px dashed #CCC;
	list-style-type:none;
	padding: 3px;
	margin: 2px;
	width: 220px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	cursor: move;
}
#secondlist {
	height: 225px;
	width:245px;
	float:left;
}

#firstlist li {
	background-color:#EEE;
}

#secondlist li {
	background-color:#FFC;
}
#poslist {
	float: left;
	width:55px;
	height: 280px;
}
#poslist li {
	border: none;
	margin-bottom:4px;
	width: 50px;
	height: 18px;
	cursor: auto;
}
	