
/*********** general sizes ***********/
.nyroModalCont {
	width: 980px;
}
.nyroModalTitle {
	height: 32px;
	width: 980px;
	padding: 6px 0 0 0;
	font-size: 18px;
	line-height: 24px;
}
.nyroModalCont iframe {
	width: 980px;
	height: 550px;
	margin-top: 45px;
}



.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -11px;
	right: -11px;
	width: 38px;
	height: 38px;
	text-indent: -9999em;
	background: url(../image/modalclose.png);
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #000;
	/*-moz-border-radius: 8px;
	border-radius: 8px;*/
	background: #fff;
	padding: 0;
	margin: 0;
	-moz-box-shadow:    0 3px 8px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.9);
	box-shadow:         0 3px 8px rgba(0, 0, 0, 0.9);
}
.nyroModalTitle {
	color: #fff;
	background-color: #2d2d2d;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	overflow: hidden;
	top: 0;
	left: 0;
}
.nyroModalCont iframe {
	/*margin: 40px 8px 8px 8px;*/
	border: 0;
}

.nyroModalError {
	background: #fff;
	padding: 40px 0 0;
	margin: 0;
	-moz-box-shadow:    0 5px 8px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.9);
	box-shadow:         0 5px 8px rgba(0, 0, 0, 0.9);
	color: #dd0000;
	font-size: 16px;
	width: 500px;
	max-width: 500px;
	height: 200px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	margin-top: 40px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../image/loading.gif) no-repeat center;
	padding: 0;
}

.nyroHidden {
	visibility: hidden;
}
.nyroVisible {
	visibility: visible;
}
