body {
  margin: 0;
  font-family: Arial;
}
.black {
  background: #000;
}

a { color: #000; text-decoration: underline; }

label {
  display: block;
  color: #eee;
  font-size: 15px;
  margin: 5px 0;
}
input[type="text"], input[type="password"] {
  width: 200px;
  display: block;
  font-size: 15px;
  padding: 5px 8px;
  border: 1px solid #222;
  border-radius: 3px;
  margin-bottom: 10px;
}
input[type="submit"] {
  background: #0071c7;
  background-image: -webkit-linear-gradient(top, #0071c7, #003d61);
  background-image: -moz-linear-gradient(top, #0071c7, #003d61);
  background-image: -ms-linear-gradient(top, #0071c7, #003d61);
  background-image: -o-linear-gradient(top, #0071c7, #003d61);
  background-image: linear-gradient(to bottom, #0071c7, #003d61);
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  text-shadow: 1px 1px 3px #666;

  color: #fff;
  border: 0;
  padding: 10px 25px;
  font-size: 18px;
}
.cancel {
  background: #999 !important;
  background-image: -webkit-linear-gradient(top, #999, #333) !important;
  background-image: -moz-linear-gradient(top, #999, #333) !important;
  background-image: -ms-linear-gradient(top, #999, #333) !important;
  background-image: -o-linear-gradient(top, #999, #333) !important;
  background-image: linear-gradient(to bottom, #999, #333) !important;
}

.clear { clear: both; }
.hide { display: none; }
.left { text-align: left !important; }
.right { text-align: right !important; }

.col-3 {
  float: left;
  width: 33%;
  text-align: center;
}

.page {
  width: 1000px;
  margin: auto;
}
.blue {
  background: url(/img/background-dark-blue.jpg);
  background-repeat: no-repeat;
}

.header {
  height: 60px;
  background: -moz-linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  background: -webkit-linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  background: -o-linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  background: -ms-linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  background: linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  -moz-box-shadow: 0 0 20px #000000;
  -webkit-box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 20px #000000;
}
.header img {
  width: 180px;
  margin: 5px 20px;
}
.header h1 {
  font-size: 24px;
  font-weight: normal;
}
.header p {
  font-size: 14px;
  margin: 22px 20px;
}
.header ul {
  list-style-type: none;
}
.header li {
  float: left;
  margin: 5px 10px;
}
.header li a {
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
}
.header li a:hover, .header li a.active {
  background: rgba(0, 0, 0, .2);
}

.login {
  width: 200px;
  margin: 200px auto;
}

.item {
  border: 1px #FFD700 solid;
  background: #222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}
.item h2 {
  margin: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  background: -moz-linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  background: -webkit-linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  background: -o-linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  background: -ms-linear-gradient(bottom,#C08000 0%,#FFD700 100%);
  background: linear-gradient(bottom,#C08000 0%,#FFD700 100%);
}

.main .item {
  width: 220px;
  height: 190px;
  margin: 45px auto;
}

#overlayContent .item {
  float: left;
  text-align: center;
  width: 210px;
  height: 190px;
  margin: 5px;
}
#overlayContent .item input[type="image"] {
  width: 206px;
}

.adduser {
  width: 280px;
  margin: 50px auto;
  color: #f0f0f0;
}
.adduser h1 { font-weight: normal; }
.adduser td { color: #f0f0f0; padding: 5px; }

.error {
  background: #f00000;
  color: #fff;
  padding: 2px 5px;
}
.success {
  background: #00c000;
  color: #fff;
  padding: 10px;
}
