.agree {
    background: none repeat scroll 0 0 #EF1FBB;
    border: 0 none;
    color: #FFFFFF;
    font-family: Abel;
    font-weight: bold;
    margin: 10px;
    padding: 8px;
    text-transform: uppercase;
}
.disagree {
    background: none repeat scroll 0 0 #EF1FBB;
    border: 0 none;
    color: #FFFFFF;
    font-family: Abel;
    font-weight: bold;
    margin: 10px;
    padding: 8px;
    text-transform: uppercase;
}
.button_align{
 text-align: center;
}