div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 0px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #000 url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 1px solid #f66;
	line-height: 5px;
	padding: 5px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 0px;
	color: #ddd;
}
div#nyroModalContent {
	padding: 0px;
}
div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	text-indent: -9999em;
	z-index:1000;
	background: url(../images/cha1.gif) no-repeat;
	outline: 0;
}