form#makingchange-signup label {
    
    font-weight: bold;
    width: 200px;
    display: inline-block;
}

form#makingchange-signup div.radio-button {
    
    margin-bottom: 5px;
    
}

form#makingchange-signup div.field {
    
    margin: 20px 0px;
    clear: both;
    
}

form#makingchange-signup p.footnote {
    
    font-size: 0.9em;
    font-style: italic;
    
}

div#message {
    
    background-color: red;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}

div#makingchange-thank-you {
    
    text-align: center;
    border: 2px solid #1B3C71; 
    background-color: #8DB9E5;
    
}