
.outerTable {
    width: 800px;
}
table.gridtable th {
    border-width: 1px;
    padding: 6px;
    border-style: solid;
    border-color: #CCCCCC;
    text-align: left;
    word-spacing: 0px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: #CCCCCC;
    border-collapse: collapse;
    width: 100%;
}
table.gridtable td {
    border-width: 1px;
    padding: 6px;
    border-style: solid;
    border-color: #CCCCCC;
    background-color: #ffffff;
    width: 90px;
}
table.gridtable td input {
    width: 80%;
    outline: none;
    word-spacing: 8px;
    letter-spacing: 1px;
    height: 20px;
}
table.gridtable td .eda_input_btn {
    cursor: pointer;
    height: 26px;
    width: 90px;
    background: #d00000;
    color: #fff;
    border: none;
    border-radius: 4px;
}
table.gridtable td .eda_input_btn:hover{
    opacity: .8;
}
table.gridtable td {
    border-width: 1px;
    padding: 6px;
    border-style: solid;
    border-color: #CCCCCC;
    background-color: #ffffff;
    width: 90px;
}
table.gridtable td .eda_input_res {
    color: #fff;
    border: none;
    outline: none;
    background-color: #d00000;
}