#interview_background {
  position: absolute;
  top: 250px;
  left: 175px;
  width: 605px;
  height: 370px;
  background-color: #FF0026; 
}
#interview_title_container {
  position: absolute;
  top: 180px;
  left: 175px;
  height: 50px;
  width: 595px;
  background-color: #FF0026;
  padding-top: 10px;
  padding-left: 10px;
}

#interview_title_container .editor_field {
  position: absolute;
  top: 180px;
  left: 175px;
  height: 60px;
  width: 595px;
}

#interview_photo_container {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 125px;
  height: 130px;
}
#interview_photo_container .editor_field {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 125px;
  height: 130px;
}
#interview_photo {
  width: 100%;
  height: 100%;
}

#interview_text_container {
  position: absolute;
  left: 145px;
  width: 440px;
  height: 350px;
  background-color: #FF0026; 
}
#interview_text_container .editor_field {
  position: absolute;
  top: 10px;
  width: 440px;
  height: 350px;
}
  
#interview_text {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 440px;
  height: 350px;
  overflow: auto;
}
#interview_name_container {
  position: absolute;
  width: 115px;
  height: 20px;
  left: 5px;
}
#interview_name_container .editor_field {
  width: 110px;
  height: 20px;
}
#interview_name {
  width: 100%;
  height: 100%;
}

#interview_occupation_container {
  position: absolute;
  width: 115px;
  height: 20px;
  top: 20px;
  left: 5px;
}
#interview_occupation_container .editor_field {
  width: 110px;
  height: 20px;
}
#interview_occupation {
  width: 100%;
  height: 100%;
}


#interview_balls {
  position: absolute;
  height: 200px;
  left: 10px;
  top: 160px;
  width: 125px;
  background-image: url('/images/layout/balls.gif');
  background-repeat: repeat-y;
  background-position: center center;
}
#interview_controls_container {
  text-align: right;
  position: absolute;
  height: 50px;
  top: 630px;
  left: 480px;
  width: 300px;
}
