.webcams-form-size .form-item {
  display: inline;
}
.webcams-form-size .form-text {
  display: inline;
  width: 5ex;
}
.webcams-form-delay, .webcams-form-timeout {
  width: 4em !important;
}
.webcams-webcam {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  /* DANNY:
   * makes image fill width of DIV-Container in Safari
   * brakes layout in IE 6 (right pane text shifted to left) */
  width: 100%;
}
.webcams-webcam img {
  width: 100%;
  /* DANNY:
   * fixes distorted image in IE 7 & Safari
   * no effect in IE 6 :-( */
  height: auto;  
  vertical-align: bottom;
}
.webcams-name {
  display: block;
  text-align: center;
  width: 100%;
}
.webcams-content {
  clear: both;
}
.webcams-zoom {
  position: absolute;
  top: 0;
  right: 0;
}
#TB_error {
  position: absolute;
  top: 0;
  width: 100%;
}
#TB_error div.error {
  border: 0;
  border-bottom: 1px solid #a33;
  margin: 16px 14px 16px 16px;
  padding: 0.5em 0.7em;
  text-align: center;
  opacity: 0.8;
  -moz-opactiy: 0.8;
  filter: alpha(opacity=80);
}
