/*
 * styles for pages that are forms
*/
/*
.textarea { background: #EEEEEE; color: black }
.bodyiborder { background: #EEEEEE; color: black }
.formheading { font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 14px; color: black; font-weight: bold; }
.formprompt { font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 11px; color: black; white-space: nowrap;
                vertical-align: top; }
.formtext { font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px; color: black }
.formhelp { font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 11px; font-style: italic; color: black }
.formstyle { font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px; }
.formcheckbox { text-align: center }
*/

form {
    width:75%;
    margin-left: auto;
    margin-right: auto;
}

form h1,form h2,form h3,form h4,form h5,form h6 {
    width:100%;
}

.numbers { text-align: right }             

/*
 * hide from users, reveal to spambots
*/
div.checkfield {
    display: none;
    position: relative;
    top: -5000px;
}

div.TectiteFormDesignerField {
    float:none;
}
div.TectiteFormFieldRadioOptions {
    width:60%;
}

form div.info {
    margin-left:20%;
    margin-right:10%;
    margin-top:20px;
    margin-bottom:10px;
    border:1px dotted gray;
    clear:both;
    padding:10px;
}

