.back1 {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100px;
    width: 356px;
}

.back2 {
    position: absolute;
    top: 114px;
    left: 10px;
    height: 435px;
    width: 356px;
}

.overbutton {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 60px;
    width: 150px;
    text-align: center;
    font-size: 22px;
    font-family: Gill Sans;
    color: #6699ff;
    background-color: white;
    border-radius: 15px;
}

.savebutton {
    position: absolute;
    top: 30px;
    left: 197px;
    height: 60px;
    width: 150px;
    text-align: center;
    font-size: 22px;
    font-family: Gill Sans;
    color: #6699ff;
    background-color: white;
    border-radius: 15px;
}

.field {
    position: absolute;
    top: 120px;
    left: 50px;
    height: 150px;
    width: 250px;
    font-size: 20px;
    font-family: Gill Sans;
}

.transac1 {
    position: absolute;
    top: 10px;
    right: 34px;
    font-size: 18px;
    font-family: Gill Sans;
}

.transac2 {
    position: absolute;
    top: 50px;
    right: 34px;
    font-size: 18px;
    font-family: Gill Sans;
}

.button1 {
    position: absolute;
    top: 100px;
    right: 100px;
    font-size: 18px;
    font-family: Gill Sans;
}

.field2 {
    position: absolute;
    top: 320px;
    left: 50px;
    height: 195px;
    width: 250px;
    font-size: 20px;
    font-family: Gill Sans;
}

.lstOutput {
    position: absolute;
    top: 20px;
    font-size: 18px;
}

