#header-auth-profile {
  margin-top: 3px;
  text-align: right;
}

#header-auth-profile .links{
  text-align: right;
  padding:5px 0px 0px;
}

.header-auth-text {
  color: #FFFFFF;
  text-decoration: none;
}

.header-auth-text:hover {
    color: #fff;
}

a#auth-exit {
  background: url('images/exit_icon.png') no-repeat;
  background-position: left 4px;
  padding-left: 14px;
  text-decoration: underline;
}

.header-auth-link {
  font-size: 10px;
  color: #ffffff;
  margin-left: 10px;
  /*text-decoration: underline;*/
  text-decoration: none;
  display: block;
  float:right;
  text-align: center;
}

.header-auth-link:hover {
    color: #fff;
    text-decoration: underline;
}

#header-auth-form {
	position: relative;
	z-index: 3;
	float: left;
	margin-top: 6px;
}

#header-auth-form-labels, #header-auth-form-inputs, #header-auth-form-checkbox {
    position: relative;
  /*height: 20px;*/
}

#header-auth-form-labels, #header-auth-form-checkbox {
  /*padding-left: 3px;*/
}

div#header-auth-form-inputs .input-text {
    border: none;
    background: url('images/input_200.jpg') transparent no-repeat;
    width: 104px;
    height: 20px;
    padding-top: 2px;
}

div#header-auth-form-inputs > div {
    position: relative;
    display: block;
    float: left;
    margin-right: 6px;
}

div#header-auth-form-inputs > div > span {
    position: relative;
    display: block;
    line-height: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    text-shadow: 1px 1px #0d2e48;
    margin: 0px 0px 7px 3px;
}

div#header-auth-form-inputs input {
    position: relative;
    display: inline-block;
    border: 0px;
    border-radius: 2px;
    width: 104px;
    background: #fff;
    border: 1px solid #1A4572;
    font-size: 10px;
    color: #464646;
    text-align: left;
    line-height: 22px;
    outline: 0;
    box-sizing: border-box;
    padding: 0 4px;
    height: 22px;
}

div#header-auth-form-inputs input:focus {
    border: 1px solid white;
}

div#header-auth-form-inputs .input-submit {
    position: relative;
    display: inline-block;
    float: right;
    border: none;
    outline: none;
    background: url('images/auth_button_enter.jpg') transparent no-repeat;
    width: 50px;
    height: 20px;
    color: #464646;
    cursor: pointer;
    padding: 0px;
    top: 22px;
}

div#header-auth-form-labels span {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    text-shadow: 1px 1px #0d2e48;
    width: 113px;
    width: 118px;
}

div#header-auth-form-checkbox {
  margin-top: 5px;
}

div#header-auth-form-checkbox div {
    position: relative;
    margin-top: 4px;
    float: left;
}

div#header-auth-form-checkbox input#USER_REMEMBER{
  margin-left: 0px;
  padding-left: 0px;
}

div#header-auth-form-checkbox label{
  color: #92B3C4;
  font-size: 10px;
  text-shadow: 1px 1px #0d2e48;
  text-decoration: underline;
  width: 100px;
  display:block;
  float:left;
  padding-top:1px;
  * padding-top:3px;
}

div#header-auth-form-checkbox a{
  color: #92B3C4;
  font-size: 10px;
  text-shadow: 1px 1px #0d2e48;
  text-decoration: underline;
  display:block;
  float:left;
  padding-top:1px;
  * padding-top:3px;
}

#header-auth-form-checkbox .hafc-register {
	position: relative;
	z-index: 3;
	margin-right: 42px;
}