﻿#tblContent2 {
    width: 100%;
}

#tblBookDemo {
    border-collapse: collapse;
    margin: 0 auto 0 0;
    width: 100% !important;
}

    #tblBookDemo label {
        font-weight: bold;
        font-size: 1em;
        color: #0055ad;
    }

    #tblBookDemo td {
        width: 50% !important;
    }

    #tblBookDemo td {
        padding-top: 1.4em;
    }

        #tblBookDemo td:first-child input[type="text"] {
            width: 94%;
        }

        #tblBookDemo td:last-child input[type="text"] {
            width: 100%;
        }

    #tblBookDemo #bookDemoComments {
        float: right;
        font-weight: normal;
        font-style: italic;
        color: #5c5c5c;
        padding-right: 1em !important;
    }

    #tblBookDemo input[type="text"], #tblBookDemo textarea {
        background-color: #FAFAFF;
        padding: 0.1em 0.2em;
        font-size: 1.2em;
        font-family: Arial;
    }

    #tblBookDemo textarea {
        resize: vertical;
        width: 100%;
        height: 8em;
    }

    #tblBookDemo #tdSubmit {
        text-align: right;
    }

    #tblBookDemo input[type="submit"] {
        padding: 0.4em 2em;
        font-size: 1.2em;
    }

.IMGWAIT {
    width: 100%;
    height: 0.5em;
}
