form input[type='submit'] {
    background: #fe0000;
    color: white;
    font-weight: bold;
    border: none;
    height: 40px;
    padding: 0 35px;
}

form input[type='text'] {
    background: white;
    height: 40px;
    padding: 0 10px;
}

.aligncenter {
    text-align: center;
}