root{display: block;}

.admin{
    background-color: #faa;
}
.assistance{
  font-size: 75%;
  color: #666;
}
.small_text{
    font-size: xx-small;
    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;
}
.flash_success{
    background: url('/img/bgs/flash_success.png');
    border: 1px solid #ACA;
}
.flash_error, .error-message, .message{
    background: url('/img/bgs/flash_error.png');
    border: 1px solid #DAA;

    font-size: small;
}
.flash_notice{
    background: url('/img/bgs/flash_notice.png');
    border: 1px solid #999;
}
/*
.message{
    text-align: center;
}
*/
.legal_text{
    font-size: xx-small;
    color:  #666666;
}
.warning *{
    color: red;
}

