.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.2;
    z-index: 9998;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	/*background: url(../images/close.gif);*/
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	margin: 5px;
	background: transparent;
    z-index: 10000;
    overflow: hidden !important;
    height: auto !important;    
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	/*padding: 10px;*/
	min-height: 100px;
	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(../images/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../img/next.gif);
}

.nyroModalLink .popup_content {
    margin: 0;
}

.nyro_popup {
    width:500px;
    margin:0 auto;
    min-height:200px;
    text-align:left;
}

.nyro_popup_header {
    background-color:#00759A;
    padding:10px 20px;
    overflow:hidden;
}

.nyro_popup_header img {
    height:25px;
    float:left;
}

.nyro_popup_header .title {
    color:#FFFFFF;
    float:left;
    font-size:20px;
    font-weight:normal;
    margin-top:6px;
    text-align:center;
    width:35%;
}

.nyro_popup_body {
    background-color:#FFFFFF;
    padding:10px;
    line-height:1.5;
}

.nyro_popup_body h2 {
    color:#00759A;
    font-size:14px;
    font-weight:bold;
}

.nyro_popup_footer {
    background-color:#00759A;
    height:50px;
}

.nyro_popup_footer a {
    color:#FFFFFF;
    font-size:15px;
    text-transform:uppercase;
    float:right;
    text-decoration:none;
    line-height:50px;
    margin-right:25px;
}
