body{
}

select{
    appearance:listbox;
    font-size:0.90em;
}

.center_container {
    display: table;
    vertical-align: middle;
    *top: 50%;
    width: 100%;
    height: 100%;
    _position: relative;
    overflow: hidden;
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

.center_img {
    display: table-cell;
    vertical-align: middle;
    _position: absolute;
    _top: 50%;
    _left: 50%;
}

.table_th {
    color: #555555;
    text-align: center;
    font-size: 1.02em;
}

.table_td {
    color: #808080;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    word-wrap: break-word;
}