.left, float-left  { float:left; margin:0.5em 0px 0.5em 0.5em;}
.right, .float-right { float:right; margin:0.5em 0.5em 0.5em 0px;}
.hidden { display:none; }
a img {
    border:none;
}
.errorlist {
    color:red;
}
hr {
    clear:both;
    border:none;
    border-top: 1px solid #333;
    margin:0.5em 0px;
}
hr.hidden {
    display:block;
    visibility:hidden;
    margin:0px;
}

.clear {
    clear:both;
}
em.required_asterix { 
    color:red; 
    position:relative; 
    top:-1.5em; 
    left:-0.75em;
}
em.required_asterix_flat { 
    color:red; 
}
.small {
    font-size: 80%;
}