label.required {
    font-weight: bold;
}
label.required:after {
    color: #e32;
    content: '*';
    display:inline;
}