
.X-ScreenOverlay {
  background-color:gray;
  opacity: 0.7;
  filter:alpha(opacity=70);
  position:absolute;
  top:0px;
  left:0px;
}

.stationPanel table {
	width: 100%;
}
.stationPanel table td {
	width: 25%;
	text-align:left;
}

.stationPanel label,
.stationPanel input {
  virtial-align:middle;
}
.stationPanel input {
  margin-right: 0.5em;
}
.stationPanel label {
  padding: 5px 10px;
}
