.sortIt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
	cursor:auto;
}

.sortIt li {
	border:black solid 1px;
	background-color:#DEDEDE;
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.0em;
	height: 1.2em;
	width:150px;

	cursor:pointer;
}

html>body .sortIt li {
	height: 1.5em;
	line-height: 1.2em;

}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
}

.reorderable {
 	background-image:url(images/arrows.gif);
	background-repeat:no-repeat;
}