div#nyroModalLoading {
	width: 492px;
	height: 121px;
	background:url(../images/loading.png) no-repeat;
	background-position: center;
	position:fixed;
	margin-left:-246px;
	margin-top:-60.5px;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}