
.droppable-active {
	background-color: #E3DFD7;
}
.droppable-hover {
	outline: 1px dotted black;
}

#dropper {
	margin: 20px 15px 20px 20px !important;
	height: 150px !important;
}
#dropperIndicator {
    background:url(/img/activity_indicator.gif) center no-repeat;
    position:absolute;
    top:-30px;left:111px;
    height:40px;
    width:40px;
}

#dropper span.tagDropper {
	margin-top: 0px;
}

#dropperNotice {
	margin-top: 20px !important;
	padding-top: 35px;
    height:40px;
}


#dropperElements ul {
	visibility:hidden;

}

#dropperElements li {
	display: inline;
	float: left;
	font-family: "Times", "Times Roman", "Times New Roman", serif;
    color: #676767;
    margin-top: 5px;
}

#dropper span.deleteTag  {
	color:red;
	display: inline;
	margin: 0px;
	font-size: inherit !important;
}


