html, body {
    overflow: hidden;
    *overflow-y: scroll;
}

body {
    font: 12px Arial, Tahoma;
    color: #464646;
    padding: 0;
    margin: 0 auto;
    height: 100%;
}

* {
    padding: 0;
    margin: 0 auto;
}

.top {
    width: 100%;
    padding-bottom: 5px;
    background-color: #f7f3f7;
    border-bottom: 1px #919b9c solid;
}

.buttons {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 32px;
}

.buttons button {
    text-align: center;
    line-height: normal;
}

.box {
    width: 100%;
    overflow-y: auto;
    background: #d8d8d8;
    padding: 25px 0;
}

.pages {
    width: 90%;
    min-height: 500px;
    margin: 0 auto;
    border: solid 1px #000;
    background: #FFF;
    padding: 30px;
}

.box1 {
    width: 90%;
    background: #333399;
}

.box1 td {
    height: 40px;
    background: #FFF;
    color: #000000;
}

.box1 td.td1 {
    width: 100px;
    background: #99ccff;
    text-align: right;
    padding-right: 10px;
}

.box1 td.td2 {
    text-align: left;
    padding-left: 10px;
}

.box1 td.td3 {
    text-align: center;
}

.box1 td.td4 {
    padding: 0 10px;
}

.box1 td.td4 input {
    width: 100%;
    border: none;
    height: 34px;
    line-height: 21px;
}

.box1 caption {
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}

.box1 caption .add {
    color: #fff;
    width: 73px;
    height: 30px;
    line-height: 30px;
    background: url(images/add.png) no-repeat;
    float: right;
    border: 0 none;
    cursor: pointer;
}

.box1 .delete {
    color: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: url(images/delete.png) no-repeat;
    border: 0 none;
    cursor: pointer;
}

.bottom {
    height: 20px;
}

/*.box1 td.td5 input {*/
    /*width: 100%;*/
    /*border: none;*/
    /*height: 34px;*/
    /*line-height: 34px;*/
    /*border-bottom-style: groove;*/
/*}*/