#welbox {
    position: absolute;
    width: 250px;
    height: 120px;
    z-index: 20;
    margin: 0;
    padding: 5px;
    font-size: 10px;
    background-color: #fcfcc8;
    border: 2px solid black;
    text-align: justify;
    vertical-align: top;    
}

#welok {
    text-align: center;
    width: 50%;
    height: 12px;
    float: left;
    margin-right: 50px;
}

#welno {
    position: relative;
    top: -12px;
    text-align: center;
    width: 50%;
    height: 12px;
    float: right;
    margin-left: 50px;
}
