* {
  margin: 0;
  padding: 0;
}
html {
  background: #0d9172;
  min-height: 100%;
  height: 100%;
}
html body {
  height: 100%;
  background: url(../img/bg-login.jpg) center top no-repeat;
}
html body #wrapper {
  width: 390px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -170px;
  margin-left: -195px;
}
html body #wrapper #content-wrapper #logo {
  margin: 0 auto 36px auto;
  width: 234px;
  height: 92px;
  padding: 2px;
  background: url(../img/gradient-w2b.png) left top repeat-x;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
}
html body #wrapper #content-wrapper #logo a {
  display: block;
  width: 234px;
  height: 92px;
  background: url(../img/logo-big.png) left top no-repeat;
}
html body #wrapper #content-wrapper .logincontainer {
  position: relative;
  border-radius: 15px;
  width: 386px;
  height: 126px;
  padding: 2px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
  background: url(../img/gradient-w2b.png) left top repeat-x;
}
html body #wrapper #content-wrapper .logincontainer fieldset {
  border: 0;
  width: 336px;
  height: 76px;
  background: #fff;
  border-radius: 13px;
  padding: 25px;
}
html body #wrapper #content-wrapper .logincontainer fieldset .inputField {
  float: left;
  height: 26px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
html body #wrapper #content-wrapper .logincontainer fieldset .inputField input {
  width: 318px;
  height: 26px;
  border: 0;
  padding: 0px 10px;
  line-height: 26px;
  font-family: "museo-sans", "Museo Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}
html body #wrapper #content-wrapper .logincontainer fieldset .inputField input.idle {
  color: #5d5d5d;
}
html body #wrapper #content-wrapper .logincontainer fieldset .inputField.border {
  border-bottom: 1px solid #f5f5f5;
}
html body #wrapper #content-wrapper .logincontainer fieldset .inputField.submit {
  position: absolute;
  right: 25px;
  bottom: -34px;
  margin: 0;
}
html body #wrapper #content-wrapper .logincontainer fieldset .inputField.submit input {
  cursor: pointer;
  width: auto;
  border: 0;
  color: #fff;
  background: #303030;
  height: 40px;
  padding: 0px 15px;
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
html body #wrapper #content-wrapper .logincontainer .error {
  position: absolute;
  left: 35px;
  bottom: -34px;
  height: 20px;
  font-family: "museo-sans", "Museo Sans", Arial, sans-serif;
  font-weight: 700px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  font-size: 13px;
}
html body #top, html body #bottom {
  color: #fff;
  line-height: 36px;
  font-family: "museo-sans", "Museo Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  z-index: 9001;
}
html body #bottom {
  height: 36px;
  width: 100%;
  background: url(/static/img/black10.png);
  position: fixed;
  left: 0;
  bottom: 0;
}
html body #bottom #bottom-content {
  padding: 0px 48px;
}
.listing-generic {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.listing-generic tr.even td {
  background: #efefef;
}
.listing-generic th {
  padding: 0px 10px;
  height: 48px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #cfcfcf;
}
.listing-generic td {
  height: 36px;
  padding: 0px 10px;
}
.listing-generic tr.hover td {
  background: #00b18c;
  color: #fff;
}
.listing-generic .controls {
  width: auto;
  text-align: right;
}
