.box {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 12px; 
    color: black;
    background: #FFF78C;
    margin-right: 5px;
    border: 2px solid #fc8c3c;
}

.box_area {
    font-family: Arial, sans-serif; 
    font-size: 8pt; 
    color: black;
    background: #FFF78C;
    margin-right: 5px;
    border: 2px solid #fc8c3c;
}

.button {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 13px;
    font-weight: bolder; 
    color: black; //#fc8c3c;
    background: #fc8c3c; //#FFF78C;
    margin-right: 5px;
    border: 2px solid #BD6322; //#fc8c3c;
}


.border {
    color: black; //#fc8c3c;
    background: #FFF78C;
    margin-right: 5px;
    border: 2px solid #fc8c3c;
}

