#screen-container {
	height: 348px;
  padding: 0px 0px 0px 5px;
}

div#video-container{
  position: absolute;
  height: 450px;
  top: 40px;
  left: 500px;
  display: none;
}

div#video-start-container {
  position: absolute;
  top: 120px;
  left: 550px;
}

div#video-start-text {
  display: none;
  font-family: arial,helvetica,sans-serif;
  color: #003399;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  left: 30px;
}

div#video-bg {
  background: #ffffff;
  position: absolute;
  height: 359px;
  width: 200px;
  top: 40px;
  left: 516px;
  display: none;
}

/*ROI*/
#roi {
  width: 320px;
}
#roi td.label {
  width: 230px;
}
#roi input {
  width: 70px;
}