.error{
	border: 1px solid #CB2228;
	background-color: #F7B5AB;
}
#errorAlt{
    position: absolute;
    border: solid 2px #E2DAD1;
    background-color: #f5f5f5;
    padding: 5px;
    color: #333333;
    font-Family: Arial;
    font-size: 11px;
    text-align: justify;
}
#errorMsg{
	font-size: 11px;
	color: #CB2228;
	text-align:center;
	margin-bottom: 10px;
	font-weight: bold;
}