#content {
    margin-bottom: 40px; /* margin to prevent hiding content that would go "under" the footer */
}
#bottom {
    position:fixed;
    bottom: 0;
    height: 40px;
    background-color:#FFF;
    width: 100%;
}

body {
background-color:#FFFFFF;
font-family: Arial;
font-size: 12pt;
height: 100%;
margin: 0;
padding: 0;
}

input[type="number"] {
   width:50px;
}

tr td:first-child {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding: 2px;

}

tr td:last-child {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}