.thankyou-container, .thankyou-error-container
{
    position: fixed;
    height: 50px;
    width: 100%;
}


.thankyou-content, .thankyou-error-content
{
    margin: 120px auto 0px;
    width: 560px;
    display: block;
    background: #BCF9AA;
    border: 1px solid #D1D1D1;    
    color: #632054;
    padding: 3px 0px;
}


.thankyou-error-content
{
    background: #FF4D30;
    border: 1px solid #C20505;    
    color: #FFF;
}