    .error-message, .fielderror {
        font-weight: bold;
        font-size: 14px;
        color: red;
    }
    
    .fieldlabel {
        font-weight: bold;
    }
    
    input, textarea, select {
        margin: .1em;
    }
    
    .fieldoption {
    }
        
    .fieldexample {
        color: #907268;
        font-size: 14px;
    }
    
    .formmessage {
        color: green;
    }
    
    ul.checkboxlist {
        list-style-type: None;
        /* Don't set background on checkbox list because it looks stupid.*/
        background-color: transparent;
    }
    
    