body {
  margin: 0;
  padding: 0;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
}

div.header {
  text-align: center;
  height: 25px;
  margin: 0;
  padding: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3),
    color-stop(100%, #707070) );
  background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
  background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
  background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
  background-image: -o-linear-gradient(top, #d3d3d3, #707070);
  background-image: linear-gradient(top, #d3d3d3, #707070);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
    startColorstr=#d3d3d3, endColorstr=#707070 );
  color: #ffffff;
  font-size: 20px;
}

div.content {
  margin: 0;
  padding: 2px;
}

a {
  color: #000000;
}

a:hover {
  background-color: #333333;
  color: #ffffff;
}

.error {
  color: #ee0000;
  font-size: 14px;
}

.login {
  width: 300px;
  margin: 10px auto;
  border: 1px solid #888888;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
  padding: 10px;
}

button {
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: verdana, sans-serif;
  padding: 5px 5px 5px 5px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3),
    color-stop(100%, #707070) );
  background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
  background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
  background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
  background-image: -o-linear-gradient(top, #d3d3d3, #707070);
  background-image: linear-gradient(top, #d3d3d3, #707070);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
    startColorstr=#d3d3d3, endColorstr=#707070 );
  font-family: inherit;
}

button:hover {
  border: 1px solid #a0a0a0;
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa),
    color-stop(100%, #575757) );
  background-image: -webkit-linear-gradient(top, #bababa, #575757);
  background-image: -moz-linear-gradient(top, #bababa, #575757);
  background-image: -ms-linear-gradient(top, #bababa, #575757);
  background-image: -o-linear-gradient(top, #bababa, #575757);
  background-image: linear-gradient(top, #bababa, #575757);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
    startColorstr=#bababa, endColorstr=#575757 );
}

input, textarea, select {
  padding: 5px;
  font-size: 15px;
  text-shadow: 0px 1px 0px #fff;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe),
    to(#ffffff) );
  background: -moz-linear-gradient(top, #bcbcbe, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #717171;
  -webkit-box-shadow: 1px 1px 0px #efefef;
  -moz-box-shadow: 1px 1px 0px #efefef;
  box-shadow: 1px 1px 0px #efefef;
  font-family: inherit;
}

input:focus, textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #007eff;
  -moz-box-shadow: 0px 0px 5px #007eff;
  box-shadow: 0px 0px 5px #007eff;
}

input[placeholder],[placeholder],*[placeholder] {
  color: #555555 !important;
}

div.sep {
  line-height: 10px;
  height: 10px;
}

.list {
  border: 1px solid #777777;
  border-collapse: collapse;
  width: 100%;
}

.list tr.header td {
  font-weight: bold;
  font-size: 14px;
}

.list td a {
  font-variant: small-caps;
  text-decoration: underline;
}