label 
{    
    color: #4f4848;
    font-size: 1.3em;
    line-height: 20px;
    margin-right: 10px;
} 

/* Form validation styling -------------------------------------------------------------------------------------  */ 
label.error 
{ 
    margin: -0.5em 0 0 -25px !important;
    padding: 2px 0 0 0; 
    width: 270px;
    font-weight: bold;
    font-size: 10px;
    color: #e61841;
    text-align: center;
}       

input.error, textarea.error   
{
    border: 2px solid #e61841; 
}

label.hidden
{
	display: none !important;	
}
