div#headerLoginBox {
    display: none;
    position: absolute;
    z-index: 106;
    width: 200px;
    height: 88px;
    right: 0px;
	top: 53px;
    background-color: #2A3C5B;
	background: -webkit-gradient(linear, right top, left top, from(#2A3C5B), to(#2A4263));
	background: -moz-linear-gradient(right, #2A3C5B, #2A4263);
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border: 0px;
}

form#headerLoginForm {
    position: relative;
    width: 100%;
    height: 100%;
}

input#headerLoginButton {
    position: absolute;
    padding: 0px;
    right: 10px;
    top: 60px;
    cursor: pointer;
    background-color: #222222;
    color: #FFFFFF;
    width: 60px;
    height: 22px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
}

input#headerLoginPasswordField {
    position: absolute;
    padding: 0px;
    right: 10px;
    top: 35px;
    width: 100px;
    height: 18px;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
}

input#headerLoginUserField {
    position: absolute;
    padding: 0px;
    right: 10px;
    top: 10px;
    background-color: #FFFFFF;
    width: 100px;
    height: 18px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
}

label#headerLoginPasswordLabel {
    position: absolute;
    right: 120px;
    top: 37px;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
}

label#headerLoginUserLabel {
    position: absolute;
    right: 120px;
    top: 12px;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
}

a#headerForgotPasswordLink {
    position: absolute;
    right: 90px;
    top: 63px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
	display: none;
}

a#headerForgotPasswordLink:hover {
    text-decoration: underline;
}

a#headerForgotPasswordLink:focus {
    outline: none;
}