body {
  background: url(../Themes/Default/img/bg.jpg);
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

#container {
  width: 1024px;
  margin: auto;
  border: 1px solid #000;
  margin-top: 10px;
}

#logo {
  background: url(../header.png);
  height: 96px;
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#logo a:focus {
  outline: none;
}

#bar {
  margin: 0 -10px;
  background: rgb(203 203 203);
  background: linear-gradient(
    180deg,
    rgb(255 255 255) 0%,
    rgb(224 224 224) 1%,
    rgb(203 203 203) 100%
  );
  height: 32px;
  border-bottom: 1px solid #555;
}

/* stylelint-disable no-descending-specificity */
#bar a {
  display: inline-block;
  height: 32px;
  text-indent: -1000px;
}
/* stylelint-enable no-descending-specificity */

#bar a:focus {
  outline: none;
}

#bar a.support {
  width: 118px;
}

#bar a.support:hover {
  background-position: left bottom;
}

#bar a.test {
  width: 94px;
}

#bar a.test:hover {
  background-position: -118px bottom;
}

#bar a.resource {
  width: 94px;
}

#bar a.resource:hover {
  background-position: -212px bottom;
}

#content {
  background: url(../acp/Theme/img/pagebg.png) top repeat-x #152b49;
  padding-top: 10px;
}

.box {
  margin: 10px;
  border: 1px solid #ccf;
}

.box.mini {
  flex: 1;
}

.box .content {
  background: #fff;
  padding: 20px;
}

.box.mini .content {
  height: 200px;
}

.box .title {
  background: url(../Themes/Default/img/boxgrad.png);
  color: #fff;
  padding: 5px;
}

.box p:first-child {
  margin-top: 0;
}

/* stylelint-disable no-descending-specificity */
.box1 .content {
  background: url(../customizable.png) no-repeat 95% 95% #fff;
}

.box2 .content {
  background: url(../secure.png) no-repeat 95% 95% #fff;
}

.box3 .content {
  background: url(../norefresh.png) no-repeat 95% 95% #fff;
}
/* stylelint-enable no-descending-specificity */

#signup {
  float: right;
  background: url(../Themes/Default/img/shade.png) bottom repeat-x;
  border: 2px solid #aac;
  padding: 30px;
  margin: 30px;
}

label {
  display: inline-block;
  width: 100px;
}

input[type="text"],
input[type="password"] {
  width: 200px;
}

input[type="submit"] {
  margin-top: 10px;
  padding: 5px;
}

#post {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

ul {
  padding-left: 20px;
}

.error {
  border: 1px solid #f00;
  background: #fdd;
  font-size: smaller;
  text-align: center;
  margin-bottom: 10px;
}

footer {
  margin-top: 10px;
  text-align: center;
}

#copyright {
  text-align: center;
  color: #fff;
  margin: 10px;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}
