﻿#divMain {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1C262C;
}

.h {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 800px;
    height: 35px;
    font-family: Verdana;
    color: silver;
    font-size: large;
    font-weight: bold;
    background-image: url('/../_images/border-bg.png');
    background-repeat: repeat-x;
}

#tblForm {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    font-family: Verdana;
    color: white;
    font-weight: bold;
    font-size: small;
}

    #tblForm .col1 {
        padding-left: 20px;
    }

    #tblForm .col2 {
        vertical-align: top;
    }

.txt {
    width: 90%;
}

.btn {
    color: #FFFF99;
    background-color: #333032;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    height: 35px;
    border: 1px solid silver;
    width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.message {
    text-align: center;
    height: 40px;
}

.verbiage {
    font-weight: normal;
}

.imageholder {
    width: 300px;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    background-color: black;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.imagesecurity {
    display: block;
    margin-left: auto;
    margin-right: auto;
        
}