/* 
    Created on : Jul 15, 2016, 10:06:05 AM
    Author     : jbogal
*/

label.required:after{
    content:" *";
    color:red;
}
