/* Thierry's Note 
it seems to me that most of the stuff here is not register-related,
but general-purpose settings for an openlab style
I've started to move over such stuff in onelab.css
feel free to add to this collection
*/
   
label.error { 
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top; 
    font-size: 12px; 
}

.hint {
    display:none;
}
