.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;
}
.webcams-webcam img {
  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);
}
