main {
    max-width: 480px;
    margin: 40px auto;
    min-height: 50em;
}
    main > h1 { display:none; }

    main > form hr {
        margin: 1.5em auto;
        width: 75%
    }


#Facebook, #Google {
    display:table;
    margin:0px auto 0px auto;
}

#FacebookLogIn {
    color: white;
    height: 46px;
    width:191px;
    background: rgba(0, 0, 0, 0) linear-gradient(#4c69ba, #3b55a0) repeat scroll 0 0;
    font-family: helvetica,arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
    padding-left: 1px;
    border: 2px solid #4c69ba;
    border-radius: 2px;
}
#FacebookLogIn:hover {
    background: #4c69ba;
    cursor: pointer;
}
#FacebookLogIn img {
    padding-top: 2px;
}
#FacebookLogIn span {
    vertical-align:top;
    line-height: 25px;
}

.overlay {
    background: #e9e9e9;
    background-image: url(/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}
