/* CSS Document */
#growl{
	color:white;
	background:#000;
	width:180px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	display:none;
	font-family:"Lucida Grande", Verdana, Tahoma, Arial;
	font-size:14px;
	font-weight:bold;
	z-index:50002
}

#growlLoad{
	clear:both;
	background:url(../../Images/ajax-loader_negro.gif) no-repeat 50% 15px;
	height:60px;
}

#growlExito{
	clear:both;
	background:url(../../Images/OK_BLANCO.png) no-repeat 50% 15px;
	height:60px;
}