root{display: block;}
.assistance{
  font-size: 75%;
  color: gray;
}
.small_text{
    font-size: 70%;
    padding: 5px
}
.small_text a{
    color: black;
}
.flash, .message{
    font-size: smaller;
    /*font-weight: lighter;*/
    text-align: center;

    border-top-style: double;
    border-bottom-style: double;
    border-left-style: double;
    border-right-style: double;

    padding: 5px;
    width: 350px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.flash_success{
    background: url('/img/bgs/flash_success.png');
    border: 1px solid #ACA;
}
.flash_error, .error-message{
    background: url('/img/bgs/flash_error.png');
    border: 1px solid #DAA;
}
.flash_notice, .message{
    background: url('/img/bgs/flash_notice.png');
    border: 1px solid #999;
}

.message{
    /*
    margin-left:auto;
    margin-right:auto;
    */
    text-align: center;
}
.legal_text{
    font-size: xx-small;
    color:  #666666;
}
.warning *{
    color: red;
}

#authMessage{
    font-weight: bold;
    /*padding: 5px;*/
    text-align: center;
    /*width: 400px;*/
}
