body {
    background-color: #eee;
    margin: 0;
    padding: 0;
    background-image: url("/img/topbarbackground.jpg");
    background-repeat: no-repeat;
}
div.topbar{
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url("/images/topbar1.jpg");
    background-repeat: no-repeat;
    background-color: #000000;
    margin: 0;
    padding: 0;
}

div.topbar2 {
    background-image: url("/img/topbar_2_bgrnd.jpg");
    background-color: #500E06;
    background-repeat: no-repeat;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    height: 32px;
    width: 100%;
}

div.error {
    font-size: 12px;
    font-weight: italic;
    text-align: center;
    font-family: arial, helvetica, sans;
}

div.title {
    padding: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #660000;
    font-family: arial, helvetica, sans;
}

div.inset {
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid #000;
    text-align: center;
    width: 50%;
    font-family: arial, helvetica, sans;
}

div.inset input {
    border: 1px solid #000;
    color: #660000;
    font-size: 12px;
    font-family: arial, helvetica, sans;
}

div.inset input.req {
    border: 1px solid #000;
    color: #660000;
    font-size: 12px;
    font-family: arial, helvetica, sans;
    background-color: #FFFF99;
}

div.inset select.req {
    border: 1px solid #000;
    color: #660000;
    font-size: 12px;
    font-family: arial, helvetica, sans;
    background-color: #FFFF99;
}

div.element {
    margin-top: 10px;
}

div.element table{
    margin: 0 auto;
}

div.element td {
    padding-right: 10px;
    font-size: 12px;
    font-family: arial, helvetica, sans;
    text-align: left;
}

div.button input{
    margin: 20px 0px 20px 0px;
    font-family: arial, helvetica, verdana, sans;
    font-size: 12px;
    color: #000000;
    background-color: #FFF;
    border: 1px solid #000;
}
