﻿.Table3 {
    margin-top: 10px;
    width: 100%;
}

    .Table3 th,
    .Table3 td {
        padding: 6px;
    }


    .Table3 th {
        text-align: right;
        font-size: 16px;
        font-weight: normal;
        color: #666;
    }



    .Table3 .Button {
        margin: 10px auto;
        display: block;
        width: 100px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        letter-spacing: 2px;
        color: white;
        vertical-align: middle;
        border: none;
        border-radius: 6px;
    }

        .Table3 .Button.Red {
            background-color: #C90E12;
        }

        .Table3 .Button.Blue {
            background-color: #0094ff;
        }


    .Table3 input {
        width: 90%;
        padding: 8px;
        border: 1px solid #bbb;
        border-radius: 5px;
        vertical-align: bottom;
        color: #999;
    }
