@charset "UTF-8";
/* CSS Document */

/* COMMON ELEMENTS */
#site {
  width: 1000px;
  margin: auto;
}


/* LOGIN PAGE SPECIFIC STYLES */

body {
  background: url(/images/backend/login-bg.png) top left repeat-x #efefe9;
}

div#site {
  width: 397px;
  margin: 123px auto 0 auto;
}

div#site div#logo {
  width: 256px;
  margin: auto;
}

#login-form {
  width: 297px;
  height: 233px;
  margin: auto;
  padding: 0px 50px 0 50px;
  background: url(/images/backend/login-form-bg.png) no-repeat;
}

#login-form h1 {
  color: #ffffff;
  padding: 18px 0 28px 0;
  text-align: center;
}

div#login-footer {
  color: #787878;
  text-align: center;
}

div#login-footer a {
  color: #787878;
}

.login-label {
  width: 95px;
  height: 23px;
  line-height: 23px;
  color: #fff;
}

input.textfield {
  width: 196px;
  height: 21px;
  padding: 2px 0 0 5px;
  background: url(/images/backend/login-field-bg.png) no-repeat;
  border: none;
}

button#valid {
  width: 71px;
  height: 23px;
  border: none;
  background: url(/images/backend/login-valid-bg.png) no-repeat;
  padding: 0 8px 2px 0;
}

button#valid span {
  color: #444;
}

/* LOGIN PAGE SPECIFIC STYLES */

/* FOOTER */
#footer {
  border-top: 1px solid #cfcec9;
  padding: 0 0 0 180px;
  background: url(/images/backend/alternate-logo.jpg) no-repeat 0 50px;
}

div.footer-links {
  border-bottom: 1px solid #cfcec9;
  line-height: 34px;
}

#footer ul li {
  float: left;
  padding: 0 5px;
}

#footer ul li a {
  color: #a2a19c;
}

div#copyright {
  color: #a2a19c;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0 5px;
}
/* FOOTER */