﻿.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width:300px;
    z-index:96;
    position:absolute;
    top:40%;
    left:35%;
}


.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.info #tdImageMsg{

    width:17px;
	height:17px;
	background-repeat: no-repeat;
    background-image: url('info.png');
}


.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.success #tdImageMsg{

	width:17px;
	height:17px;
	background-repeat: no-repeat;
    background-image: url('success.png');

}



.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.warning #tdImageMsg{

    width:17px;
	height:17px;
	background-repeat: no-repeat;
    background-image: url('warning.png');
}



.error {
    color: #D8000C;
    background-color: #FFBABA;
}
.error #tdImageMsg{

    width:17px;
	height:17px;
	background-repeat: no-repeat;
    background-image: url('error.png');
}




.fundo {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	Z-INDEX: 95; 
	RIGHT: 0px; 
	LEFT: 0px; 
	BACKGROUND-IMAGE: url(backg.gif); 
	PADDING-BOTTOM: 0px; 
	WIDTH: 100%; 
	BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: repeat; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 100%;
}


