div.editable_slot 
{
/*  background-color: #aaa;*/
  border: solid 1px #333;
}

#editor_box h1, #editor_box #tools h2 a
{
  color: #eee;
}

#cms_toolbox_mode .selected
{
  background-color: #666;
}

#tools option.current
{
  color: #aaa;
  background-color: #aaa;
}

#editor_box #tools li .current
{
  color: #666;
}

div.editable_slot:hover
{
  border: solid 1px #9f9faf;
}

#editor_box
{
  position:absolute;
  top:20px;
  right:20px;
  background-color: #aaa;
  background: url(/sfSimpleCMSPlugin/images/cms_toolbox_bg.gif) no-repeat top left #aaa;
  border: solid 1px #000;
  width: 220px;
}


#editor_box #tools h2{
border-top: solid 1px #BDBBAF;
border-bottom: solid 1px #eee;
background: url(/sfSimpleCMSPlugin/images/cms_toolbox_header_bg.gif) repeat-x;
}

#cms_toolbox_mode .preview
{
  background: url(/sfSimpleCMSPlugin/images/page_white_magnify.png) no-repeat 0px 1px;
}

#cms_toolbox_mode .edit
{
  background: url(/sfSimpleCMSPlugin/images/page_white_edit.png) no-repeat 0px 1px;
}

#cms_toolbox_mode .list
{
  background: url(/sfSimpleCMSPlugin/images/page_white_text.png) no-repeat 0px 1px;
}

#cms_toolbox_mode .published, .published
{
  background: url(/sf/sf_admin/images/save.png) no-repeat 0px 1px;
}

#cms_toolbox_mode .unpublished, .unpublished
{
  background: url(/sf/sf_admin/images/cancel.png) no-repeat 0px 1px;
}

#editor_box h1 a#toolbar_minifier
{
  background: url(/sfSimpleCMSPlugin/images/bullet_toggle_minus.png) no-repeat;
}

#editor_box h1 a#toolbar_minifier.minimized
{
  background: url(/sfSimpleCMSPlugin/images/bullet_toggle_plus.png) no-repeat;
}

.form-row label{color:#000;}
#galleryThumbs, #filesThumbs, #image_desc_container{background:#A7A9AC}
#galleryThumbs, #filesThumbs, #image_desc_container{border:solid 1px #000;}
#slide_description *{color:#A7A9AC;}

