﻿body
{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    min-width:300px;
}

#AddressOptions > tbody > tr > td
{
    float: left;
    margin-left: 148px;
    padding: 5px;
    text-align: justify;
}

.lblTopInfo
{
    /*margin-left: 4px;*/
    text-align: left;
    padding: 14px 30px;
}

.secondBorder
{
    border: 1px solid;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    margin: 0 15px;
}

.rightAlign
{
    text-align: right;
}

.leftAlign
{
    text-align: left;
}

.lblBottomInfo
{
   /* margin-left: 4px; */
    text-align: left;
    padding: 14px 30px;
}

.lblHeader
{
    text-align: left;
}

.boldText
{
    font-weight: bold;
}

.infoBar
{
    padding: 0 30px;
    min-height: 30px;
}

.infoBar p
{
    font-size: 1.3em;
    line-height: 30px;
    margin: 0;
}

.iconQuestionSmall {
    background-color:transparent;
    float:left;
    width:30px;
    height: 30px;
    background-repeat: no-repeat;
}


.iconAlertSmall {
    background-color:transparent;
    float:left;
    width:30px;
    height: 30px;
    background-repeat: no-repeat;
}

.alertimg
{  
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    float: left;
}

.logoSpace
{
    height: 100px;
    background-repeat: no-repeat;
}

.lblHeaderIcon
{
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    float: left;
}

.pleaseNote
{
    line-height: 30px;
}

.lblBottomInfo
{
    padding-bottom: 15px;
}

br.clear
{
    line-height: 0;
    clear: both;
}

.lblBottomInfo ul
{
    padding-left: 17px;
}

#panelAlertMessage
{
    float:right;
    width: 100%;
}

a.groupLogo
{
    background-repeat: no-repeat;
    width: 86px;
    height: 62px;
    display: block;
    float:right;
}

.footer
{
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer p
{
    float: left;
    clear:left;
}

#panelverificationComplete
{
    padding:15px;
}

#panelRetrivedAddresses
{
    padding-bottom:15px;
}

#panelLinkErrorMessages
{
    padding: 0 15px;
}

.verticalSpace 
{
    height:25px;
}

.uploadText 
{
    width:85%;
    margin-left:5%;
}

    .btn-file {
    position: relative;
    overflow: hidden;
    }
    .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    }



.btntext {
    margin-top:115px;
}

.btntext p {
    max-width: 220px;
    white-space:normal;
}


.addbtn, .addbtn:hover, .addbtn:active {
    min-width: 100px;
    max-width: 274px;
    min-height:220px;
    max-height:220px;
    background-color:transparent;
    background-image:url("add.png");
    background-repeat:no-repeat;
    background-position:top 20px center;
    border:solid;
    border-width:1px;
    border-radius:20px;

}

.uploadbtn, .uploadbtn:hover, .uploadbtn:active {
    min-width: 100px;
    max-width: 274px;
    min-height:220px;
    max-height:220px;
    background-color:transparent;
    background-image:url("upload.png");
    background-repeat:no-repeat;
    background-position:top 20px center;
    border:solid;
    border-width:1px;
    border-radius:20px;
}

.editbtn, .editbtn:hover, .editbtn:active {
    min-height:220px;
    max-height:220px;
    min-width: 100px;
    max-width: 274px;
    background-color:transparent;
    background-image:url("edit.png");
    background-repeat:no-repeat;
    background-position:top 20px center;
    border:solid;
    border-width:1px;
    border-radius:20px;
}

.submitDocumentation {
   margin-top:10px;
   margin-bottom:10px;
   margin-left:72px;
}

#updated {
    padding:5px;
    padding-left:12px;
    padding-bottom:100px;
}