div#nyroModalFull {
	font-size: 14px;
	color:  #3f5982;
}
div#nyroModalLoading {
	border: 4px solid #3f5982;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/graphics/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 8px solid #3f5982;
	padding: 0px;
	width: 300px;
	height: 300px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: url(../images/elements/middle.png) center 0px repeat-y; 
}
a#closeBut {
	position: absolute;
	display: block;
	top: 13px;
	right: 13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}

div.wrapper div#nyroModalContent {
	background: url(../images/elements/middle.png) center 0px repeat-y; 
	border: 8px solid #3f5982;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}

