/* widget anchor */
.sff-widget
{
	overflow: hidden;
	position: relative;
}
.sff-widget-container
{
  position: relative;
}

/* widget toolbox */
.sff-widget-toolbox
{
	position: absolute;
	top: 0px;
	right: 0px;
  z-index: 9;
  width:100%;
  background-color: #dedff4;
  opacity: 0.5;
}

.sff-widget-edit,
.sff-widget-delete,
.sff-widget-move
{
	display: block;
	margin-left: 16px;
	float: left;
	width: 16px;
	height: 16px;
	background-color: #eee;
	overflow: hidden;
}
.sff-widget-edit,
.sff-widget-delete,
.sff-widget-move
{
}
.sff-widget-edit span,
.sff-widget-delete span,
.sff-widget-move span
{
	display: none;
}
.sff-widget-move
{
	cursor: move;
}
.ui-state-active
{
	height: 10px;
}
#sff-widget-draggable *
{
  z-index: 199;
}
/* message */
#sff-message
{
  position: fixed;
  top: 0px;
  right: 0px;
  width: 300px;
  max-height: 300px;
  padding: 0px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  opacity: 0.8;
  overflow: hidden;
  z-index: 198;
}
#sff-message ul
{
	padding: 0px;
	margin: 0px;
}
#sff-message ul li
{
	list-style-type: none;
	margin: 10px;	
	padding-left: 25px;
  background-image: url(../../images/message/black/information.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-bottom: 2px;
}
#sff-message ul li.warning
{
  background-image: url(../../images/message/black/warning.png);
}
#sff-message ul li.question
{
  background-image: url(../../images/message/black/question.png);
}

/* form */
.modal-form form textarea
{
  width: auto;
}

/* form : nested */
.sff-widgets-nested ul
{
  min-height: 10px;
}
.sff-widgets-nested ul li
{
  border: 1px solid #eee;
  padding: 4px;
  font-size: 0.8em;
  margin-bottom: 5px;
}
.sff-widgets-trash
{
  display: block;
  background-image: url(../../images/system/trash.png);
  width: 48px;
  height: 48px;
  border: 1px solid #efefef;
}
.sff-widgets-trash span
{
  display: none;
  visibility: hidden;
}
