﻿html, body, p, td, a, div 
{
    font-family: Verdana;
    font-size: 8pt;
}

html, body, form
{
    padding: 0;
    margin: 0;
    height: 100%;
}

#File1
{
    position: absolute;
}

.customFile
{
    width: 219px;
    margin-left: -140px;
    cursor: default;
    height: 21px;
    z-index: 2;
    filter: alpha(opacity: 0);
    opacity: 0;
}

.fakeButton
{
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 21px;
    background: url(../images/button.jpg) no-repeat left top;
}

.blocker
{
    position: absolute;
    z-index: 3;
    width: 150px;
    height: 21px;
    background: url(../images/transparent.gif);
    margin-left: -155px;
}

#FileName
{
    position: absolute;
    height: 15px;
    margin-left: 90px;
    color: Gray;
    margin-top: 2px;
    padding-top: 1px;
    padding-left: 19px;
}

#activeBrowseButton
{
    background: url(../Images/button_active.jpg) no-repeat left top;
    display: none;
}

td.sideCell 
{
    background-image: url('../Images/AXGNT - Background Stripe.001.png');
    width:50%;
}

td.lineCell 
{
    background-image: url('../Images/Line.png');
    height:4px;
}

td.padding1 
{
    padding: 0px 40px;
    vertical-align: top;
}

td.padding2 
{
    padding: 15px 40px;
    height: 25px;
    vertical-align: top;
}

td.logoCell 
{
    padding: 10px 40px;
    vertical-align:middle;
    height: 50px;
}

span.descr 
{
    color: #2271df;
    font-size: 11pt;
    font-weight: bold;
}

select 
{
    height: 20px;
    font-size:8pt;
}

table.description 
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1000px;
    background: #f5f5ff;
    text-align: left;
}

table.description h4 
{
    font-size: 12px;
    margin-top: 0px;
    padding-top: 0px;
}

.bottom 
{
    font-size: 10px; 
    color: #666666; 
    text-align: center;
    vertical-align: top;
    padding: 20px 0px;
}

a 
{
    color: #004AB8; 
    text-decoration: underline;
}
a:hover 
{
    color: #000000; 
    text-decoration: none;
}

input.subm 
{
    margin-left: 0px;
    margin-top: 25px;
}

.border_  
{
    width: 1000px;
    }
