body {
    background-color: #eeeeee;
}

a { color: #b90000; }
a:link { color: #b90000; }
a:visited { color: #b90000; }
a:hover { color: #cc0000; text-decoration: underline; }
a:active { color: #b90000; }

#wrapper {
    margin-top: -308px;
    height: 616px;
    position: absolute;
    top: 50%;
    left: 0px;
    background-color: transparent;
}

#box_wrapper {
    padding: 10px;
    width: 995px;
    height: 594px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

#box_content {
    height: 500px;
    background-color: #eeeeee;
}

#center_tbl_all {
    margin-top: -83px;
    width: 100%;
    height: 166px;
    position: absolute;
    top: 50%;
    background-color: transparent;
}

#tbl_all {
    margin: 0px auto 0px auto;
    text-align: left;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.formular {
    background-color: transparent;
    border: 1px solid #cccccc;
}

.textbox {
    width: 120px;
}

.buttons {
    margin-top: 5px;
    width: 125px;
    background-color: #cccccc;
    border-color: #999999;
}