﻿body {
    margin: 5px 50px 5px 50px;
    font-family: Arial;
    font-size:14px;
}

.limage {
    float: right;
}

.panel {
    margin: 0;
    margin-top: 10px;
}

.cpanel {
    margin: 0 auto;
    margin-top: 10px;
}

.captions {
    float: left;
    width: 25%;
    text-align: right;
    margin-top: 10px;
}

.inputfields {
    float: left;
    width: 65%;
    margin-left: 10px;
}

.textfield {
    color: #000;
    background: antiquewhite;
    border: 2px outset black;
    width: 300PX;
    margin-top: 10px;
}

.dropdown {
    color: #000;
    background: antiquewhite;
    border: 2px outset black;
    width: 200PX;
    margin-top: 10px;
}

.submitbutton {
    background: antiquewhite;
    border: 3px outset black;
    width: 110px;
    height: 50px;
    margin-top: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.stdbutton {
    background: antiquewhite;
    border: 3px outset black;
    width: 80px;
    height: 30px;
    margin-top: 20px;
}

.resetbutton {
    background: antiquewhite;
    border: 3px outset black;
    width: 110px;
    height: 50px;
    margin-top: 30px;
    margin-left: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
}

.col1 {
    width: 29%;
    float: left;
    border-top: 2px solid;
    border-bottom: 1px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    margin-left: 3px;
}

.col2 {
    width: 70%;
    float: left;
    border-top: 2px solid;
    border-bottom: 1px solid;
    border-right: 2px solid;
}

.col1bottom {
    width: 29%;
    float: left;
    border-bottom: 2px solid;
    border-top: 0;
    border-left: 2px solid;
    border-right: 2px solid;
    margin-left: 3px;
}

.col2bottom {
    width: 70%;
    float: left;
    border-bottom: 2px solid;
    border-top: 0;
    border-right: 2px solid;
}

.leftcol {
    width: 15%;
    float: left;
}

.rightcol {
    width: 35%;
    float: left;
    font-weight:bold
   
}
