@CHARSET "ISO-8859-1";



div#nyroModalFull {
	text-align:justify;
}
div#nyroModalLoading {
	/*border: 4px solid #777;*/
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(http://data.medialexie.com/all/images/modal/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: -40px;
	right: 3px;
	width: 39px;
	height: 39px;
	text-indent: -9999em;
	background: url(http://data.medialexie.com/all/images/modal/close.png) no-repeat;
	outline: 0;
	z-index: 2;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -27px;
	left: 10px;
	font-size: 15px;
	color: #005D26;
	z-index:2;
}
div#nyroModalContent {
	
	/*overflow: auto;*/
	overflow: hidden;
	position: relative;
	z-index: 0;
	border: 6px solid #CCCCCC;
	border-top:0;
	padding-top: 5px;
}

#nyroModalIframe {
	width:100%;
	
}

.nyroModalHeader{
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 36px;
	background: url(http://data.medialexie.com/all/images/modal/header.png) repeat-x;
	overflow: visible;
	z-index: 1;
}

