.err {
	color: #f00;
	background-color: inherit;
	font-weight: normal; 
}
.msg {
	color: #090;
	background-color: inherit;
	font-weight: normal; 
}
.info {
	color: #030;
	background-color: inherit;
	text-align: justify;
}

.erp { 
	display: none;	
	color: #f00; 
	font-size: 12px; 
	font-weight: normal; 
	text-align:left;
} 
.erc {
	visibility: hidden;
	position: absolute;
	top:125px; 
	margin-left:15px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 0px 0px 0px 0px; 
	width: 308px;
	background-color: #ccc; 
	filter:alpha(opacity: 90);	
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;	
	opacity: 0.9;	
	z-index:10000;
} 
.ert { 
	position: relative;
	top:0px; margin-left:0px;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 3px 3px 3px 3px; 
	color: #f00; 
	width: 300px; 
	font-size: 12px; 
	font-family: arial, sans-serif; 
	font-weight: normal; 
	background-color: #fff; 
	filter:alpha(opacity: 95);	
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;	
	opacity: 0.9;	
	z-index:1000;
	text-align:left;
} 

