﻿body {
    text-align: center;
}
form 
{
    }
    
#MainContent {
    width: 1200px;
    padding: 20px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    display: block;
}
.DocDetails {
    background: #fff;
    width: 800px;
    height: 1000px;
    display: block;
    margin: 0 0 20px;
    float: left;
}
.docReview {
    display: block;
    margin: 20px 0;
    }
    .docReview textarea {
        width: 600px; 
        height: 200px;
}
.clear {
    background: #fff;
    clear: both;
}
textarea {
    display: block;
    width: 250px;
    height: 400px;
}
#MainReview {
    display: block;
    margin: 20px 0;
    }
    #MainReview textarea {
        width: 600px; height: 200px;
        }
