/* cms editor */
#cmseditor {
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 850px;
  z-index: 10000;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
}

/* will need to add other inputs here if more are added to the cmseditor */
#cmseditor select {
  color: #2F2F2F;
  background: #F0F0F0;
  border: 1px solid #595959;
}