#editoverlay {
  position: fixed;
  left: 0; top: 0;
  width:100%; height:100%;
  background: rgba(153, 151, 159, 0.9);
  /*background-color: transparent; */
  z-index: 1;
  }
  #editorimages {
    border: 2px solid #CECDD1;
    background-color: #8B8A90;
}
#editortoolsXXX {
  /*background: rgba(153, 151, 159, .9);*/
  background-color: blue;
  width: 980px;
  margin: 0 auto;
  /*  margin-top: 0px; */
  position: relative;
  border-radius: 15px ;
  -moz-border-radius: 15px;
  /*-moz-box-shadow: -2px -2px 2px #A7A7A7;
  -webkit-box-shadow: -2px -2px 2px #A7A7A7;
  box-shadow: -2px -2px 2px #A7A7A7;
  box-shadow: -2px -2px 2px #A7A7A7;*/
  z-index: 1;
}
#editorcontrols {
 width: 100px;
 height: 400px;
 position: absolute;
 left: 1000px;
 top: 10px;
 background-color: transparent;
}
#editorapplybtn {
 width: 84px; height: 84px;
 margin: 0 auto;
 cursor: pointer;
 background: transparent  url("../images/interfaceSprite.png") no-repeat scroll 0 0 ;
}
#editorapplybtn:hover {
  background: transparent  url("../images/interfaceSprite.png") no-repeat scroll -100px  0 ;
}
#editorcancelbtn {
 width: 56px; height: 56px;
 margin: 0 auto;
 cursor: pointer;
 background: transparent  url("../images/interfaceSprite.png") no-repeat scroll 0 -100px  ;
}
#editorcancelbtn:hover {
  background: transparent  url("../images/interfaceSprite.png") no-repeat scroll -100px -100px ;
}

#editboxmaster {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.editbox {
position: absolute;
top: 10px;
left: 0px;
}
#editbox01 {z-index: 11;}
#editbox02 {z-index: 12;}
#editbox03 {z-index: 13;}
#editbox04 {z-index: 14;}
#editbox05 {z-index: 15;}
#editbox06 {z-index: 16;}



