.nyroModalBg {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 998;
}
.nmReposition {
    position: absolute;
}
.nyroModalCloseButton {
    height: 18px;
    padding: 1px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 19px;
    /*border-radius: 5px 5px 5px 5px;
    border: 1px solid #4297D7;
    background: url("jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 100% #5C9CCC;*/
}
.nyroModalCloseButton:hover,
.nyroModalCloseButton:focus {
    background-position: 50% 0;
}
.nyroModalCloseIcon {
    background-image: url(jquery-ui/ui-icons_222222_256x240.png);
    background-position: -80px -128px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-indent: -99999px;
    color: #FFFFFF;
    margin: 1px;
    font-weight: bold;
}
.nyroModalCont {
    position: absolute;
    outline: 0 none;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #A6C9E2;
    color: #222222;
    font-size: 1.1em;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 15px;
    background: #fff;
    z-index: 999;
}
/*.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 25px 20px 20px;
    min-height: 50px;
    min-width: 250px;
    max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
    position: relative;
    overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
    left: -9999em;
    top: -9999em;
}
.nyroModalHidden > :last-child {
    margin-bottom: 3px;
}
.nyroModalHidden .nyroModalLink {
    margin-right: 3px;
}
.nyroModalHidden input[type="radio"],
.nyroModalHidden input[type="checkbox"] {
    margin-bottom: 6px;
}
.nyroModalLoad {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff url(../img/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);
}*/