div.jGrowl {
	position:			absolute;
	padding: 			10px;
	z-index: 			9999;
	left: 				50%;
	margin-left:        -117px;
	top: 				200px;
}



.mensagem_info {
	background-color: 			#77c4ff; /*Cor de fundo*/
	color: 					#000000;
	opacity: 				.9;
	filter: 				alpha(opacity = 90);
	zoom: 					1;
	width: 					235px;
	padding-top: 			10px;
	padding-right: 			10px;
	padding-bottom: 		10px;
	padding-left: 			50px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				14px;
	font-weight: 			bold;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	background-image: 		url('info.gif');
	background-repeat: 		no-repeat;
	background-position: 	5px center;
}


.mensagem_aviso {
	background-color: 			#4a5055; /*Cor de fundo*/
	color: 					#e0e0e0;
	opacity: 				1;
	filter: 				alpha(opacity = 100);
	zoom: 					1;
	width: 					235px;
	padding-top: 				10px;
	padding-right: 				10px;
	padding-bottom: 				10px;
	padding-left: 				50px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				14px;
	font-weight: 				bold;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	background-image: url('aviso.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.mensagem_erro {
	background-color: 			#ff0101; /*Cor de fundo*/
	color: 					#ffffff;
	opacity: 				.9;
	filter: 				alpha(opacity = 90);
	zoom: 					1;
	width: 					235px;
	padding-top: 				10px;
	padding-right: 				10px;
	padding-bottom: 				10px;
	padding-left: 				50px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				14px;
	font-weight: 				bold;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	background-image: url('erro.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.mensagem_ok {
	background-color: 			#00ff8a; /*Cor de fundo*/
	color: 					#000000;
	opacity: 				.9;
	filter: 				alpha(opacity = 90);
	zoom: 					1;
	width: 					235px;
	padding-top: 				10px;
	padding-right: 				10px;
	padding-bottom: 				10px;
	padding-left: 				50px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				14px;
	font-weight: 				bold;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	background-image: url('ok.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}


div.jGrowl div.jGrowl-notification {
	height: 				auto;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:			16px;
	border-bottom: 			1px solid white;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 				right;
	font-weight: 			bold;
	font-size: 			18px;
	cursor:				pointer;
	background-color:               inherit;
	padding-left: 			15px;
}


.close{
	background-image: url('/img/fechar.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 24px;
	height: 24px;
}

.message{
	padding-top: 15px;
	padding-bottom: 10px;
}

.mensagemComentario{
	font-size: 10px;
}
