div#nyroModalLoading { /*o efeito quando abre a img */
	border: 4px solid #d4e3f1;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/carregando.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #d4e3f1;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height:150px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border-bottom: 4px solid #d4e3f1;
	border-right: 4px solid #d4e3f1;
	border-left: 4px solid #d4e3f1;
}
a#closeBut {
	/*position: relative;*/
	float:right;
	display: none;
	/*right: 1px;*/
	width: 23px;
	height: 22px;
	text-indent: -9999em;
	background: url(../images/btn_fechar.gif) no-repeat;
	outline: 0;
}