﻿.avBody #documentContainer
{
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    background-color: #EFF1F1;
    padding: 0 0 0 0;
    width: 280px;
    height: 370px;
} 

.avBody #documentContainer a {
	color: #3D1755;
	text-decoration: underline;
	font-weight: bold;
	text-align:left;
	font-size: 12px;
}

.avBody #documentContainer .uploadForm {
    float:left;
    position:relative;
    text-align:right;
    position: relative;
    width: 98%;
}

.avBody #documentContainer .uploadForm .textColumn 
{
    color: #6B6B6B;
	float: left;
	font-weight: bold;
    text-align:right;
    text-decoration: none;
    width: 65px;
}

.avBody #documentContainer .uploadForm .inputColumn 
{
    margin-left:70px;
    text-align:left;
    width:200px;
}
