/*Validation CSS Style*/
input.error, textarea.error {
    border: 1px dashed red !important;
    font-weight: 300;
    color: red;
}
.error{
	color: red;
	font-size:14px;
}
/**/