#editor_container {
  text-align: left;
  padding: 0;
  margin: 0;  
}

#editor_container .inputfield{
  width: 500px;
}

#editor_container table {
  font-size:0.8em;
}

#editor_container table td{
  vertical-align: top;
  border-top: 1px dashed #999;
  padding: 2px;
}

#editor_select{
  padding: 0;
  margin: 0;  
}

#editor_select li {
  display:inline;
  list-style-type:none;
  padding-right: 5px;
}

#current_editor a {
  font-weight: bold;
}

#elm1 {
  height: 300px;
  width: 500px; 
}

#thumbs_iframe {
width: 560px;
height: 460px;
}

#scroll_thumbs {
  overflow:auto;
  width: 530px;
  height: 300px;
  margin: 5px 0 20px 0;
}

#events .editlink {
  float: right;
  font-size:0.7em;
}