.cd-screen-1-button {
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    width:230px;
    height:100%;
    background-color: #F1F6FC;
    border: 1px solid #AECDEC;
    cursor:pointer;
    text-align: center;
}

.cd-screen-1-button-divider {
    margin-left:10px;
    margin-right:10px;
    border-left: 1px solid #D6E0EC;
    width:1px;
    height:100%;
}


.cd-screen-1-button-caption {
    margin-top:36px;
    color: #44465D;
    text-transform:  uppercase;
    font-size: 10pt;
}


