BODY {
    color: #000000;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    scrollbar-arrow-color : #8d93a0;
    scrollbar-base-color : #C5D7F1;
    scrollbar-face-color : #d1d7e5;
    scrollbar-shadow-color : #8d93a0;
    background: #5f5f5f url(bg.jpg) center repeat-y;
    }
table {
    font-family: Arial;
    font-size: 12px;
    color: #858d94;
    width: 316px;
    height: 209px;
    }
.field {
    border: 1px #5871A4 solid;
    color: #022978;
    width: 120px;
    font-size: 10px;
    font-family: Verdana;
    }
.button {
    background: transparent url(button.jpg) no-repeat;
    border: 0px;
    font-family: Verdana;
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    height: 19px;
    width: 130px;
    cursor: pointer;
    }
.table {
    background: #ffffff url(table.jpg) no-repeat;
    }
.row {
    height: 25px;
    }
							