﻿.body-content {
    background-size: 640px auto;
    width: 590px;
    background: repeat-y url('/content/Images/views/Shared/Body.png');
    border-radius: 20px;
    padding: 20px 20px 20px 30px;
}

    .body-content #orderItems tr .Column1 {
        width: 15px;
    }

    .body-content #orderItems tr .Column3 {
        width: 90px;
    }

    .body-content #orderItems tr .Column4 {
        width: 80px;
    }

    .body-content #orderItems tr .Column5 {
        width: 25px;
    }

    .body-content form {
        display: inline-block;
        padding: 20px 0 0 0;
    }

        .body-content form div.Right {
            margin: 0 0 10px 0;
        }

            .body-content form div.Right label input {
                width: 360px;
            }

            .body-content form div.Right label textarea {
                width: 360px;
                max-width: 360px;
            }

            .body-content form div.Right label select {
                width: 370px;
            }

    .body-content .home-order-result {
        height: 25px;
        width: 100%;
    }
