﻿.msgErro
{
	color:#990000 !important;
	border:solid 1px #990000;
	background-color:#ffeeee !important;
	padding:5px;
	display:block;
}


p.msg
{
	margin-bottom: 25px !important;
}
.msg
{
	color: #990000 !important;
}

.error
{
	color:#990000 !important;	
	background-color:#f2f2f2 !important;
}



.containerError 
{
    margin : 10px;    
}

.containerError ol 
{
    list-style:none ! important;   
    
}


.input-erro{
	background-image:url("image/errorForm.png") !important;		
	background-position:99% 3px !important;
	background-repeat:no-repeat !important;
	background-color:#FEF1EC !important;
	
    border:solid 1px #CD0A0A !important;
	color:#CD0A0A !important;
    outline: #FEF1EC 3px !important;
}		

.erro{
    background-color:#ffe0e0;
    padding:4px;	
    border:dashed 2px #AE0001;
    outline: #ffe0e0 1px;
    color:#AE0001;
    display:block;
    margin-bottom:5px;
}