#content .textwrap form{
    font-weight: bold;
    color: #FFF8AC;
    width: 32em;
    
}
    #content .textwrap form p{
        overflow: hidden;
    }
    #content .textwrap form label{
        float: left;
        width: 13em;
        clear: both;
    }
    #content .textwrap form input.text, #content .textwrap form textarea{
        background-color: #7E9197;
        border: 1px solid #92A9B6;
        padding: 2px 5px;
        width: 18em;
        font-weight: normal;
        font-size: 100%;
        color: #FFFFFF;
        float: right;
        font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    }
    #content .textwrap form textarea{
        height: 15em;
    }
    #content .textwrap input.submit{
        clear: both;
        float: right;
        width: 110px;
        height: 31px;
        background: url(/images/a-button-order-2.gif) no-repeat center;
        padding: 0;
        margin: 0;
        border: 0;
        content: "";
        cursor: pointer;
    }
    
    #content .textwrap .message{
        border-top: 1px solid #7E9197;
        font-weight: normal;
        font-size: 0.9167em; /* 11px */
        line-height: 1.5455em; /* 17px */
        padding: 1.454em 0;
        clear: all;
        width: 100%;
        margin-top: 1.454em;
    }
        #content .textwrap .message h3{
            color: inherit;
            font-size: 100%;
            font-weight: bold;
            margin: 0;
            line-height: 1.5455em;
        }
        #content .textwrap .message p{
            margin: 0;
        }
    