body, html {
  color: #DDDDDD;
  background-color: #313140;
}
body {
  padding-top: 60px;
  text-align: center;
}
body, input, select, textarea {
  font-family: tahoma;
  font-size: 11px;
}
.container {
  width: 300px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#preheader {
    height: 10px;
    background-color: #353535;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 200;
}
#logo {
  margin-bottom: 35px;
  text-align: center;
}
#loginPanel {
  height: 150px;
  background-color: #666666;
  border: 5px solid #CCCCCC;
  padding: 10px;
}
p {
  margin-bottom: 25px;
}
label {
  width: 60px;
  display: block;
  float: left;
  line-height: 18px;
}
.buttons {
  text-align: right;
  padding-top: 10px;
}
.button {
  background-position: top left;
  border: none;
  background-color: transparent;
  width: 50px;
  height: 20px;
  color: #EFEFEF;
  cursor: pointer;
}
.button:hover {
  background-position: bottom left;
}
.exclusive {
  background-image: url(../../images/buttons/exclusive_small.png);
}
#footer {
  margin-top: 3px;
  text-align: right;
}
