.table {
    position: relative;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    background: #292929;
    width: 850px;
    height: 615px;
    font-family: MS;
    font-size: medium;
}

#resultGraph {
    width: 735px;
    height: 480px;
    float: left;
    margin: 8px;
}

#dataTable {
    position: absolute;
    margin-top: 480px;
    width: 300px;
    padding-left: 10px;
}

.submit-button {
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    /*padding: 5px;*/
    text-decoration: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    text-shadow: 0px 1px 3px #757075;
    border: solid #989b9e 0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#888c8f), to(#131314));
    background: -moz-linear-gradient(top, #888c8f, #131314);
    /*float: right;*/
    width: 100px;
    /*margin-right: 10px;*/
    height: 25px;
    z-index: 100;
}

.submit-button:hover {

    background: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#ffffff));
    background: -moz-linear-gradient(top, #999999, #ffffff);

}

.submit-button:disabled {

    background: -webkit-gradient(linear, 0 0, 0 100%, from(#888c8f), to(#888c8f));
    background: -moz-linear-gradient(top, #888c8f, #888c8f);

}

.submit-button:active {
    position: relative;
    top: 1px;
}

body {
    background-color: #888888;
}