#besparingsmeter-left .form-line span{
    position:relative;
    float:left;
    display:inline;
}

.cheque{
    position: relative;
    float: left;
    display: block;
    width:640px;
    clear: both;
}

.cheque img{
    position: relative;
    top:0px;
    left:0px;
    width:100%;
}

.interessetekst{
    position: relative;
    float: left;
    display: block;
    margin-top:15px;
    margin-bottom:15px;
    width:480px;
    clear: both;
}

.chequewaarde{
    position: absolute;
    left: 290px;
    top:122px;
    font-family: courier-new;
    font-size:26px;
}

.chequenaam{
    position: absolute;
    left: 250px;
    top:75px;
    font-family: courier-new;
    font-size:18px;
}

.besparing-nee{
    position: relative;
    float: right;
}



                                      


