form {
    /*border: 1px solid black;*/
}

.content_section{
    border: 1px solid black;
    margin-top: 50px;
    padding: 40px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
}

.content_section input[type=submit]{
    width: 100%;
    margin-bottom: 20px;
}

.content_section input[type=text], .content_section input[type=password], .content_section button{
    width: 100%;
}

.content_section a{
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

.link_section{
    width: 360px;
}

.link_section a{
    width: 100%;
}

form ul{
    font-size: 0.9em;
}

.username_lookup_section{

}

#spacer_section{
    height: 240px;

}