
.inner {
  background-color: #fff;
  min-height: 300px;
  _height: 300px;
}

.inner div.login {
  text-align: center;
  margin-top: 100px;
}

.inner div span {
  font-size: 26px;
  font-weight: 900;
  font-variant: small-caps;
}

input.text {
  font-size: 26px;
  font-weight: 900;
  height: 30px;

  border: 0px;
  background-color: #ccc;
  color: #fff;
}

#controlling table, #controlling tr, #controlling td, #controlling th {
  font-size: 10px;
  color: #666;
}

#controlling td {
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}

#controlling th, #controlling tr.dark, #controlling tr.dark {
  height: 25px;
}

#controlling tr.dark td { background-color: #EAEAEA; }
#controlling tr.lite td { background-color: #F4F4F4; }

#controlling th {
  background-color: #fff;
  color: #000;
  font-weight: 900;
  font-size: 12px;
  text-align: left;
  padding-left: 5px;
}

#controlling th a, #controlling th a:visited, #controlling th a:link, #controlling th a:hover {
  color: #000;
}

#controlling td a, #controlling td a:visited, #controlling td a:link, #controlling td a:hover {
  color: #7d7d7d;
  text-decoration: none;
}

#controlling td a:hover {
  text-decoration: underline;

}