ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 0px 0px 0px 4px;
	margin: 0px;
	width: 15em;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

ul.boxy li 
{
	/*cursor:move;*/
	cursor:default;
	margin-bottom: 6px;
	padding: 1px 2px;
/* 	border: 1px solid #000000; */
/*	background-color:#bbbbee;  */
	width:100%;
	height:15px;
	background-image:url(http://images.covers.com/experts/field_button1_light.gif);
	background-repeat: no-repeat;

	text-indent:5px;
}

ul.boxier {
	list-style-type: none;
	padding: 0px 0px 0px 4px;
	margin: 0px;
	width: 15em;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
ul.boxier li 
{
	/*cursor:move;*/
	cursor:default;
	margin-top: 2px;
	margin-bottom: 4px;
	width: 15em;
	padding: 2px 2px;
	border: 1px solid #aaa;
	background-color: #eee;
/* 	background-image:url(http://images.covers.com/experts/field_button_sel2.gif);
	background-repeat:no-repeat; */
	text-indent:2px;
}

