﻿body {
    font-family: Calibri;
    padding: 5px 10px 10px 5px;
}


#pbdy {
    /*border: 1px solid #E1F0FF;*/
    border: 5px solid #ffffff;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

#phd {
    width: 100%;
    /*height: 120px;*/
    height: 130px;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-bottom-color: #ffffff;
    /*padding-top: 15px;*/
    padding-top: 10px;
    background: #ffffff;
    /*background:#006BD8;*/
    /*padding-bottom: 10px;*/
    padding-bottom: 25px;
}

#pmid {
    margin-top: 10px;
    width: 100%;
    height: 300px;
}

#pleft {
    float: left;
    width: 650px;
    /*height:290px;*/
    height: 300px;
}

#pright {
    /*float: right;*/
    width: 340px;
    height: 290px;
    /*background-color: #D2E9FF;*/
    background-color: #3bbdf1;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #000;
}

    #pright h2 {
        padding: 15px 40px 15px 40px;
        margin: 0px;
        color: #004E9B;
        font-size: 25px;
    }

    #pright p {
        margin: 10px 0px 0px 0px;
        height: 25px;
        padding: 5px 40px 5px 40px;
        text-align: left;
    }


.txtbx {
    border: 1px solid #9DCEFF;
    height: 27px;
    width: 250px;
}

.watermark {
    border: 1px solid #9DCEFF;
    height: 27px;
    width: 250px;
}


.btnLog {
    border: 1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    /*padding: 10px 23px 10px 23px;*/
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    /*background-color: #3093c7;*/
    background-color: #9ea8a2;
    /*background-image: linear-gradient(to bottom, #3093c7, #1c5a85);*/
}

    .btnLog:hover {
        border: 1px solid #1c5675;
        /*background-color: #26759e;*/
        background-color: #868686;
        /*background-image: linear-gradient(to bottom, #26759e, #133d5b);*/
    }

.lblUsr {
    text-decoration: none;
    /*color: #005EBB;*/
    color: #004E9B;
    font-size: 18px;
    margin-right: 10px;
    margin-left: 5px;
}

.frgtpwd {
    margin: 20px 0px 0px 0px;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 40px;
}

    .frgtpwd a {
        text-decoration: none;
        /*color: #B00000;*/
        color: #FFF;
        /*font-weight:bold;*/
        font-family: Calibri;
    }


#footer {
    border-top-style: solid;
    border-top-width: 6px;
    border-top-color: #ffffff;
    margin-top: 50px;
}

#copy {
    margin: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

    #copy a {
        color: #004E9B;
        text-decoration: none;
    }

.Aflgn {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #0080FF;
}
