img {
	filter:expression(
	   this.alphaxLoaded ? "" :
	   (
	       this.src.substr(this.src.length-4)==".png" ? ((!this.complete) ? "" :
	         this.runtimeStyle.filter=
	         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
	         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
	         String(this.alphaxLoaded=true).substr(0,0)+
	         (this.src="blank.gif").substr(0,0))
	       :
	       this.runtimeStyle.filter=""
	   )
	);
}

div#MSGAlert {
border:1px solid #4da5d7;
background:white url(backgroundP.jpg) repeat-x bottom;
}
div#MSGAlert * {
font-family:tahoma;
font-size:12px;
margin:0px;
padding:0px;
}
div#MSGAlert a {
	float:right;
	text-decoration:none;
	font-size:12px;
	color:gray;
}
div#MSGAlert a:hover {
	color:red;
}
div#MSGAlert h6 {
border-bottom:1px solid #4da5d7;
padding:3px;
background:transparent url(backgroundH.jpg) repeat-x top left;
}
div#MSGAlert p {
height:20px;
padding:2px;
padding-top:25px;
padding-bottom:5px;
cursor:pointer;
margin-top:1px;
}