#includedList, #excludedList {
	list-style-type: none;
	width: 175px;
	margin: 0 10px 0 0;
	padding: 5px;
	float: left; }

#includedList {
	background-color: #99eecb;
	border: 1px solid #209f59; }

#excludedList {
	background-color: #ee9999;
	border: 1px solid #c53131; }

#includedList li, #excludedList li, .dropzone {
	margin: 5px;
	padding: 5px;
	cursor: move; }

#includedList .list-header, #excludedList .list-header {
	border: none;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 0;
	cursor: auto; }

.jsShow {
	display: none; }

.draggable-li, .dropzone {
	height: 15px;
	list-style: none;
	color: white;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-bottom: 10px;
	padding: 0.7em 1.5em !important; }

#includedList .draggable-li {
	width: 120px;
	border: 1px solid #209f59;
	padding-left: 1em !important;
	padding-right: 3em !important;
}

#excludedList .draggable-li {
	width: 120px;
	border: 1px solid #c53131;
	padding-left: 1em !important;
	padding-right: 3em !important;
}

#includedList .dropzone {
	width: 120px;
	padding-left: 1em !important;
	padding-right: 3em !important;
	border: 1px dashed #209f59; }

#excludedList .dropzone {
	width: 120px;
	padding-left: 1em !important;
	padding-right: 3em !important;
	border: 1px dashed #c53131; }

