﻿/* GENERAL */
body, pre
{
    margin: 10px;
    font-family: Arial,Verdana,sans-serif;
}
.head, legend, fieldset div b
{
    font-family: Trebuchet, "Trebuchet MS" , Verdana, sans-serif;
    font-weight: bold;
}
.info, fieldset
{
    border: 1px solid #777;
    padding: 10px;
    margin: 5px 10px 15px 10px;
}
.AllCaps
{
    text-transform: uppercase;
}
button, .btnSubmit
{
    background-color:#ddd;
    color:#036;
    font-size:10pt;
    margin:5px;
    cursor:pointer;
    font-weight:bold;
}
.btnSubmit
{
    width:200px;font-size:12pt;
}




/* HEAD */
.head
{
    text-align: center;
    font-size: 18pt;
    position: relative;
    height: 70px;
    line-height: 70px;
}
.head img
{
    border: 0;
    position: absolute;
}
#logoN
{
    left: 10px;
    top: 15px;
}
#logoD
{
    right: 10px;
    top: 0px;
}

.info
{
    font-size: 8pt;
    background-color:#f0f0f0;
}
.info li
{
    margin-bottom:1em;
}



/* QUESTIONS */
fieldset
{
    padding: 15px;
    font-size:8pt;
}
.noborder
{
    border:0px;
    padding:0px;
}
legend
{
    font-size: 11pt;
    color: #036;
    background-color:#eee;
    border:1px solid #777;
    padding:0 5px 0 5px;
}

.halfsize
{
    font-size:70%;
}
fieldset hr
{
    height:2px;
    color:#777;
    width:100%;
}
fieldset div
{
    margin: 8px 0 8px 0;
}
fieldset div b
{
    font-size: 9pt;
}
fieldset div input,fieldset div select
{
    font-size: 8pt;
    color: #258;
    margin: 0 20px 0 5px;
}
.radioWrap
{
    margin-right:80px;
}
fieldset div input
{
    width: 100px;
}
fieldset div .short
{
    width: 30px;
}
fieldset div .long
{
    width: 220px;
}
fieldset button
{
    position:absolute;
    right:30px;
    font-size:7pt;
}
fieldset input.check
{
    width:auto;
    margin:0 5px 0 20px;
}
.subtext
{
    font-size:8pt;
    position:relative;
    left:-14px;
}


/* VALIDATION */
.err
{
    font-size:7pt;
    font-weight:bold;
    position:absolute;
    color:Red;
}
.v_required
{
    
}
.v_required, .v_date, .v_state, .v_email, .v_zipcode
{
    margin-right:100px;
}
.v_date
{
    width:70px;
}
.v_state
{
    width:30px;
    text-transform: uppercase;
}

pre
{
    font-size:9pt;
    line-height:14pt;
}

#divAppForm
{
    width:850px;
}
