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