.securebutton-imp {
    background: #2e5f4c;
    color: #fff;
    font-size: .8em;
    text-transform: uppercase;
    padding: .2% 2%;
    text-decoration: none;
    text-align: left;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 0;
    margin-bottom: 20px;
}
body {
    font: 12px / 20px helvetica, sans-serif;
    background: #eee;
    color: #444;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #2e5f4c;
}