/**********************************************
 * Form Page specific styles
 */


/* The input form */
#formular
    {
    position: relative;
    font: 100%;
    }
.form-head
    {
    color: #339;
    font-weight: 100%;
    font-weight: bold;
    }

.form-prompt
    {
    color: black;
    font-size: 75%;
    }

.form2-field
    {
    background-color: transparent;  
    }
.form4-field
    {
    background-color: #fff; 
    }

.form5-field
    {
    vertical-align: top;
    background-color: #fff; 
    }

.form5-prompt
    {
    float: left;
    width: 80px;
    text-align: right;
    font-size: 75%;
    }

