#AuthenticationPanel {
    display: none;
    position: relative;
    /*left: 775px;*/
    /*top: 5px;*/
    width: 175px;
    line-height: 12px;  /*IE doesn't honor initial, so it gets set with 12.  Other browsers use initial*/
    line-height: initial;
}

#AuthenticationForm #EQForgot {
    padding: 0;
    margin: 0;
}
#AuthenticationForm div {
    padding-bottom: 2.5px;
}

.blueSlider.shadow {
    box-shadow: 1px 1px 7px black;
}
.blueSlider {
    border-radius: 5px;
    padding: 20px;
    background-image: url("../images/authentication/authentication_bg_small.png");
    color:  white;
    font-size: 0.7em;
    background-size: 6%;
    z-index: 100;
}
.blueSlider input {
    border-radius: 5px;
    width: 100%;
}
.blueSlider button {
    background: transparent url("../images/authentication/submit_off.png");
    border: 0;
    margin: 10px 0 0;
    padding: 5px;
    width: 69px;
    height: 25px;
    color: white;
    font-size: 1.2em;
}
.blueSlider button:hover {
    background: transparent url("../images/authentication/submit_on.png");
}

button.login {
    margin-top: 0
}
.socialAuthenticationPanel button.facebook {
    background-image: url("../images/authentication/facebook_sign-in.png");
    width: 150px;
    height: 22px;
}
.socialAuthenticationPanel button.twitter {
    background-image: url("../images/authentication/twitter_sign-in.png");
    width: 150px;
    height: 22px;
}
.socialAuthenticationPanel {
    text-align: center;
    font-size: 1.2em;
}
.socialAuthenticationPanel p {
    width: 100%;
    margin: 0;
    padding: 0;
}
.blueSlider hr {
    background: url("../images/authentication/divider.png") repeat-x top left;
    border: none;
    height: 2px;
    margin: 15px 0;
}
#AuthenticationPanel .backButton {
    padding-top: 10px;
}
#AuthenticationPanel h3,
#AuthenticationPanel a {
    color: white;
    padding: 0 0 20px 0;
    margin: 0;
}
#Forgot_Page1 button {
    background: transparent url("../images/authentication/forgot_off.png");
    border: 0;
    margin: 0;
    padding: 5px;
    width: 174px;
    height: 27px;
    color: #4c8fdd;
}
#Forgot_Page1 button:hover {
    background: transparent url("../images/authentication/forgot_on.png");
}
.backButton img {
    vertical-align: bottom;
    padding-right: 5px;
}
