﻿.InputField
    {
        width: 140px;
        border: solid 1px #cfcfcf;
        background: white;
        
        height: 17px;
        _width: 150px;
    }
    .TextField
    {
        border: solid 1px #cfcfcf;
        background: white;
        width: 150px;
        height: 17px;
    }

table.AdditionalFields
{
    width: 732px;
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    background: url('Img/BodyBg.gif') repeat-y;
}

table.AdditionalFields td
{
    vertical-align: top;
}

table.AdditionalFields td div.uploadedfiles
{
    background: #e7f9ff url('Img/ModuleBg.gif') no-repeat;
    border: 0;
    width: 240px;
    height: 100px;
    margin: 0;
}

table.AdditionalFields td div.uploadedfiles div
{
    margin: 0 16px;
    padding: 16px 0;
    font: bold 12px Arial;
    color: #a6cfe1;
}

table.AdditionalFields td.BodyCell
{
    background: url('Img/Gradient.gif') no-repeat left bottom;
    height: 330px;
}

table.AdditionalFields .RightCell
{
    background: transparent url('Img/Gradient.gif') no-repeat right bottom !important;
    height: 100%;
}

table.AdditionalFields td.BottomCell
{
    background: url('Img/BottomBg.gif') no-repeat;
    height: 52px;
}

table.AdditionalFields td.BottomCell .RadUploadButton
{
    margin-left: 40px;
    margin-top: 11px;
}

table.AdditionalFields .RadUploadTable
{
    margin-left: 36px;
    /*background: url('Img/FileDescription.gif') repeat-y;*/
}

table.AdditionalFields .RadUploadTable td
{
    color: #4986b4;
    /*padding: 0;
    padding-left: 10px;
    padding-top: 4px;
    font-size: 12px !important;*/
}
