@charset "utf-8";

div#title {
    border: 1px solid #CCC;
    padding: 15px 15px 0 15px;
    background: #FFF;
    margin-bottom: 15px;
    border-left: 5px solid #D80000;
}

div#message {
    border: 1px solid #CCC;
    padding: 20px 15px 0 20px;
    background: #FFF;
    margin-bottom: 15px;
}

button#thanks_button {
    height: 50px;
    font-weight: bold;
    width: 300px;
}