/*
	this class files contained error class and error Labels
*/

/* error class */ 
.error {
    border-color: #f98e8e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 29, 29, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 0, 48, 0.6);
}

/* error focus */
.error:focus
{
	border-color: #f98e8e !important;
}

/* error label */ 
.errorLab{
	color: red;
}

/*****************
 * Fileds Size
 *****************/
.HHMM{
	width: 60px;
}

.hh{
	width: 50px;
}

.datePattern{
	width: 108px;
}