html, body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica";
  font-size: 12px;
  background-color: white;
}

img {
  border: none;
}

a:focus {
  outline: none;
}

.content {
  position: relative;
  width: 702px;
  margin: 50px auto 0;
  height: 320px;
  background-image: url(/4c/515d8a30_generic_login_bg.png);
}

.content .info {
  position: absolute;
  top: 105px;
  left: 60px;
  color: #a3a3a3;
  font-family: "Helvetica";
  font-size: 11px;
}
.content .info strong {
  color: #36a1d8;
}
.content .info a {
  color: #999999;
  outline: medium none;
  text-decoration: none;
}
.content .login {
  position: absolute;
  top: 100px;
  left: 473px;
  color: #555555;
  font-weight: bold;
  width: 160px;
}
.content .login #user_session_login, .content .login #user_session_password {
  width: 100%;
}
.content .login p.submit {
  text-align: right;
  width: 166px;
}
.content .login p.submit input {
  margin: 0;
  padding: 0 4px;
}
.content .login p.flash {
  color: #c10e0e;
  font-weight: bold;
  width: 166px;
}

.idle_message {
  color: red;
  font-size: 13px;
  font-weight: bold;
  margin: 5px auto 0;
  position: relative;
  width: 670px;
}

.field_with_errors {
  margin: 0;
  padding: 0;
}

.header {
  background: none repeat scroll 0 0 #008dce;
  height: 60px;
  position: relative;
  z-index: 10;
}

.header .content-wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 80%;
}

.header .content-wrapper #dropdown-menu {
  margin-top: 14px;
}

.header-logo {
  cursor: pointer;
  display: inline-block;
  line-height: 60px;
  margin-top: 14px;
  vertical-align: middle;
}

.hh-logo {
  background: url(/53/8f01e6b6_hh-logo4.png) no-repeat scroll 0 0 / 105px 31px rgba(0, 0, 0, 0);
  height: 31px;
  width: 105px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix::before, .clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.content .login p.loginCustomFlash {
  width: 192px;
}






.content {
    position: relative;
    width: 690px;
    margin: 55px auto 0;
    height: 305px;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.hh-logo-blue {
    width: 108px;
    height: 32px;
    display: block;
    background: url(/d8/d7c0e0f5_hh-logo-blue.png) no-repeat !important;
    background-size: 108px 32px !important;
}

.content .hh-logo-blue {
    position: absolute;
    top: 55px;
    left: 50px;
}

.content .info {
    left: 50px;
}

.content .login {
    top: 50px;
    left: 400px;
    padding-top: 45px;
    padding-left: 60px;
    height: 160px;
    border-left: 1px solid #CFCFCF;
}

