.editor_field {
  width: 595px;
  height: 400px;
}
.created {
  width: 605px;
  text-align: right;
  background: white;
  color: gray;
}

#blog_container {
  position: absolute;
  top: 250px;
  left: 175px;
  width: 605px;
  background-color: #FF0026; 
  padding: 10px 10px 10px 10px;
}
#blog_title_container #blog_title {
  width: 595px;
  background-color: #FF0026;
}
#blog_title_container .editor_field {
  width: 595px;
}
#blog_sub_title_container #blog_sub_title {
  width: 595px;
  background-color: #FF0026;
}
#blog_sub_title_container .editor_field {
  width: 595px;
  height: 350px;
}
#blog_overview_container{
  width: 605px;
  background-color: #FF0026;
}
#blog_overview{
  width: 605px;
  height: 350px;
}
#blog_overview_container .editor_field {
  height: 340px;
  width: 595px;
}
 /* 
#blog_overview {
  position: absolute;
  top: 250px;
  left: 175px;
  width: 440px;
  height: 350px;
  overflow: auto;
  background-color: #FF0026;
}*/
