a.button , a.groupbutton , div.abutton , div.agroupbutton {
    display: block;
    float: left;
    font-family: arial;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
    height: 30px;
    line-height: 30px;
    width: 50px;
    background-color: #245cb1;
    border: #00156c solid 3px;
    overflow: hidden;
    z-index: 3;
    cursor: pointer;
}

input#theinput {
    width: 280px;
    border-color: #00156c;
    border-style: solid;
    border-bottom-width: 10px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

form#calcform {
    margin: 0px;
}

table#thetable {
    position: static;
    border: #00156c solid 10px;
    text-align: center;
}

div.groupdiv {
    position: absolute;
    margin: 20px;
    width: auto;
    border: #245cb1 solid 4px;
    background-color: white;
    z-index: 7;
}

div#trydiv {
    position: absolute;
    border: red solid 5px;
    background-color: white;
    z-index: 5;
}

img.group {
    border: 0px;
    width: 50px;
    height: 30px;
    z-index: 4;
}

div.button {
    position: static;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    z-index: 3;
}

div.buttonimg {
    position: absolute;
}
