.fly {
    position: absolute;
    padding-bottom: 45px;
    z-index: 8;
}
.boxoutline{
    border-radius: 25px;
    width: 100%;
    padding: 15px;
    border:1px #ccc solid;
    margin-bottom: 15px;
}
.boxline{
    
    width: 100%;
    border:1px #ccc dotted;
    margin: 10px 0 10px 0px;
}