div#nyroModalFull {
	font-size: 12px;
	/*color: #5f605c;*/
}
div#nyroModalLoading {
	border: 4px solid #FFF;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -16px;
	right: -16px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	outline: 0;
}
div.wrapper div#nyroModalContent {
	/*padding: 5px;*/
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
