body {
    margin: 0;
    font: 12px Arial, Helvetica, sans-serif;
    color: #545454;
    min-width: 1000px;
}

img {
    border: none;
}

a {
    color: #05ab4d;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
    color: #a8aaac;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

/* page conteiner */
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#wrapper .w1 {
    float: left;
    position: relative;
    left: 50%;
    width: 1268px;
}

#wrapper .w2 {
    float: left;
    position: relative;
    left: -50%;
    width: 1268px;
    background: url(/images/bg-wrapper.jpg) no-repeat;
}

#conteiner {
    width: 940px;
    margin: 0 auto;
    padding: 144px 0 0;
    position: relative;
}

/* header */
#header {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 4px;
    position: absolute;
    top: 0;
    left: 0;
}

#header .top {
    width: 100%;
    overflow: hidden;
    margin: 0 0 11px;
}

.logo {
    float: left;
    padding: 0 40px 0 2px;
}

.logo a {
    display: block;
    width: 270px;
    height: 50px;
    background: url(/images/icon-40.gif) no-repeat;
    text-indent: -9999px;
}

.top .title {
    float: left;
    color: #a8aaac;
    font-size: 10px;
    width: 300px;
    line-height: 12px;
    padding: 2px 0 0;
}

.top .title span {
    display: block;
    padding: 0 0 0 47px;
}

.top .title strong {
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: -5px 0 0;
    display: block;
    position: relative;
}

.top .title strong em {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    padding: 0 7px 0 0;
}

.login-box {
    float: right;
    background: #8e9093 url(/images/bg-login-box.gif) repeat-x;
    width: 225px;
    font-size: 11px;
    color: #fff;
    margin: 8px 0 0;
    display: inline;
}

.login-box .ill {
    float: left;
    width: 58px;
    padding: 0 13px 0 0;
}

.login-box .ill img {
    display: block;
}

.login-box .text {
    float: left;
    width: 145px;
    padding: 9px 0 0;
}

.login-box .text em {
    font-size: 13px;
}

.login-box ul {
    margin: 0;
    padding: 4px 0 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.login-box ul li {
    float: left;
    background: url(/images/login-separator.gif) no-repeat;
    padding: 2px 10px 3px;
}

.login-box ul li:first-child {
    padding-left: 0;
    background: none;
}

.login-box a {
    color: #fff;
    text-decoration: none;
}

.login-box a:hover {
    text-decoration: underline;
}

.nav {
    width: 100%;
    overflow: hidden;
    background: #8f9194 url(/images/bg-nav.gif) repeat-x;
}

.nav ul {
    padding: 0;
    list-style: none;
    display: table;
    margin: 0 auto;
}

* html .nav ul {
    float: left;
    display: inline;
}

*+html .nav ul {
    float: left;
}

.nav ul li {
    float: left;
    background: url(/images/nav-separator.gif) no-repeat;
    padding: 9px 20px;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li a {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 3px 8px 2px;
}

.nav ul li a:hover,
.nav ul li a.active {
    background: #b3b4b6 url(/images/bg-nav-hover.gif) repeat-x;
}

/* main box */
#main {
    width: 100%;
    background: #fff;
    margin: 0 0 50px;
    padding: 32px 0 0;
}

#main:after {
    content: "";
    clear: both;
    display: block;
}

/* content column */
#content {
    float: left;
    padding: 0 40px 0 0;
    width: 625px;
    background: url(/images/bg-content.gif) no-repeat 100% 0;
}

#content .ill img {
    display: block;
}

#content .ill {
    width: 100%;
    overflow: hidden;
    margin: -21px 0 25px;
    position: relative;
}

#content .ill .title {
    position: absolute;
    top: 24px;
    left: 149px;
    color: #05ab4d;
    font-size: 45px;
    width: 100%;
    line-height: 45px;
}

#content .ill span {
    display: block;
    padding: 0 0 3px;
}

#content .ill .line2 {
    padding-left: 88px;
}

#content .ill .line3 {
    padding-left: 1420px;
}

.article {
    height: 1%;
    line-height: 16px;
}

.article h1 {
    margin: 0 0 18px;
    font-size: 23px;
    color: #a8aaac;
    line-height: 28px;
    font-weight: normal;
}

.article h2 {
    margin: 0 0 15px;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.article p {
    margin: 0 0 16px;
}

.link-list {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.link-list li {
    float: left;
    padding: 0 30px 0 0;
    position: relative;
    height: 40px;
}

.link-list li a {
    float: left;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.link-list li a em {
    float: left;
}

.link-list li a em img {
    display: block;
}

.link-list li a span {
    float: left;
    padding: 8px 0 0 9px;
}

.link-list ul.w {
    position: absolute;
    top: 0;
    left: -41px;
    width: 200px;
    display: none;
}

#conteiner .promo .link-list .w li {
    float: left;
    margin-right: 20px;
    width: 36px;
}

.link-list .w li a {
    display: block;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    float: left;
}

.link-list .w li.twitter a {
    background: url(../images/twitter.png) no-repeat 0 0;
}

.link-list .w li.facebook a {
    background: url(../images/facebook.png) no-repeat 0 0;
}

.link-list .w li.myspace a {
    background: url(../images/myspace.png) no-repeat 0 0;
}

.link-list .w {
    position: absolute;
    top: 2px;
    left: 0;
    width: 250px;
    display: none;
}

.link-list .w  input {
    float: left;
    margin-right: 10px;
    height: 20px;
    font-style: italic;
    color: #ccc;
}

.link-list .w  input.submit {
    background: #1AAC4E;
    border: none;
    height: 25px;
    padding: 3px 4px 6px 4px;
    color: #fff;
    font-style: normal;
}

.link-list li a:hover {
    border: none;
}

.link-list li a:hover span {
    text-decoration: underline;
}

/* side column */
#sidebar {
    float: right;
    width: 250px;
    padding: 0 14px 0 0;
    color: #a8aaac;
}

#sidebar h3 {
    margin: 0 0 15px;
    font-size: 23px;
    line-height: 23px;
    color: #a8aaac;
    font-weight: normal;
}

#sidebar .box {
    height: 1%;
    overflow: hidden;
    padding: 0 10px 31px;
    margin: 0 0 15px 0;
}

#sidebar .box h3 {
    font-size: 21px;
}

#sidebar .box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .box ul li {
    padding: 0 0 3px 21px;
    background: url(/images/bullet.gif) no-repeat 0 4px;
}

#sidebar .box ul li a {
    text-decoration: none;
}

#sidebar .box ul li a:hover {
    text-decoration: underline;
}

.sidebox {
    height: 1%;
    overflow: hidden;
    background: url(/images/bg-sidebox-b.gif) no-repeat 0 100%;
}

.sidebox .holder {
    background: url(/images/bg-sidebox-c.gif) repeat-y;
}

.sidebox .frame {
    height: 1%;
    overflow: hidden;
    background: url(/images/bg-sidebox-t.gif) no-repeat;
    padding: 6px 13px 10px 10px;
    margin: 15px 0;
}

.sidebox .ill {
    margin: 0 0 16px;
}

.sidebox .ill img {
    display: block;
}

.sidebox p {
    margin: 0 0 10px;
}

/* inner page */
/* promo box */
.promo {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #000;
    padding: 0 0 19px;
    height: 317px;
}

.promo .ill {
    width: 100%;
    overflow: hidden;
}

.promo .ill img {
    display: block;
}

.promo .player {
    width: 380px;
    height: 220px;
    overflow: hidden;
    position: absolute;
    top: 45px;
    left: 135px;
    padding-top: 30px;
    padding-left: 27px;
    background: url(../images/img-player.png) no-repeat 0 0;
}

.hidden {
    display: none;
}

.promo .player img {
    position: absolute;
    top: 30px;
    left: 27px;
}

.promo .text {
    position: absolute;
    top: 43px;
    left: 601px;
}

.promo .text h1 {
    font-size: 45px;
    line-height: 45px;
    color: #05ab4d;
    font-weight: normal;
    margin: 0;
}

.promo .text h1 span {
    display: block;
    padding: 0 0 3px;
}

.promo .text h1 .line2 {
    padding-left: 26px;
}

.promo .text h1 .line3 {
    padding-left: 51px;
}

.promo .text .link-list {
    width: 200px;
    padding: 28px 0 0 79px;
}

.promo .text .link-list li {
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 0 0 6px;
}

/* tabs */
.tab-area {
    width: 641px;
    overflow: hidden;
    position: relative;
}

.tabset {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.tabset li {
    float: left;
    margin-left: -16px;
    display: inline;
}

.tabset li a {
    float: left;
    width: 300px;
    height: 29px;
    font-size: 16px;
    text-decoration: none;
    background: url(/images/bg-tab-item2.gif) no-repeat;
    padding: 10px 0 0 17px;
}

.tabset li:first-child {
    margin-left: 0;
}

.tabset li:first-child a {
    width: 323px;
    background: url(/images/bg-tab-item1.gif) no-repeat;
}

.tabset li a.active,
.tabset li a:hover {
    z-index: 2;
    color: #a8aaac;
    background-position: 0 -39px;
    position: relative;
}

.inner #main {
    padding: 24px 0 0;
    margin: 0 0 25px;
}

.inner #content {
    background: url(/images/bg-inner-content.gif) no-repeat 100% 0;
    padding: 0 28px 0 0;
    width: 641px;
}

.tabs-holder {
    width: 641px;
    height: 213px;
    overflow: hidden;
    position: relative;
}

.tabs-holder .tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 641px;
    height: 213px;
    background: url(/images/bg-tab.gif) no-repeat;
}

.tab .main-column {
    float: left;
    width: 270px;
    padding: 15px 0 0 10px;
    color: #2b2b2b;
}

.tab .main-column h2 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #a8aaac;
    font-weight: normal;
}

.tab .main-column p {
    margin: 0 0 13px;
}

.main-form {
    width: 100%;
    overflow: hidden;
}

.inp01 {
    width: 262px;
    height: 21px;
    background: url(/images/bg-inp01.gif) no-repeat;
    overflow: hidden;
    margin: 0 0 9px;
}

.inp01 input {
    float: left;
    margin: 0;
    padding: 3px 11px 2px;
    border: 0;
    background: none;
    width: 240px;
    color: #a8aaac;
    line-height: 16px;
}

.main-form .submit {
    width: 100%;
    overflow: hidden;
}

.main-form .submit a, .green-button {
    float: left;
    margin: 21px 0 0 9px;
    padding: 2px 15px;
    color: #fff;
    text-decoration: none;
    background: #1aac4e;
    border-bottom: 3px solid #cbcbcb;
}

.m0 {
    margin: 0 ! important;
}

.main-form .submit a:hover {
    text-decoration: underline;
}

.tab .sub-column {
    float: right;
    width: 172px;
    overflow: hidden;
    padding: 36px 45px 0 0;
}

.sub-logo {
    display: block;
    padding: 0 0 15px 21px;
}

.sub-logo a {
    display: block;
    width: 130px;
    height: 68px;
    background: url(/images/bg-sub-logo.gif) no-repeat;
    text-indent: -9999px;
}

.date {
    width: 172px;
    height: 69px;
    background: url(/images/bg-date.gif) no-repeat;
    text-align: center;
}

.date span {
    display: block;
    font-size: 10px;
    color: #7c7c7c;
    padding: 9px 0 0;
}

.date strong {
    display: block;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
}

.date strong.expired {
    font-size: 20px;
}

.sidebox .more {
    width: 100%;
    overflow: hidden;
}

.sidebox .more a {
    color: #fff;
    background: #1aac4e;
    text-decoration: none;
    float: right;
    border-bottom: 4px solid #d0d0d0;
    padding: 2px 10px 2px 15px;
}

.sidebox .more a:hover {
    text-decoration: underline;
}

.inner #sidebar {
    width: 264px;
    padding: 0;
}

.inner #sidebar .box {
    padding-bottom: 0;
}

.inner .sidebox {
    background: url(/images/bg-sidebox-in-b.gif) no-repeat 0 100%;
    margin: 0 0 20px;
}

.inner .sidebox .holder {
    background: url(/images/bg-sidebox-in-c.gif) repeat-y;
}

.inner .sidebox .frame {
    background: url(/images/bg-sidebox-in-t.gif) no-repeat;
}

/* footer */
#footer {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #a7aaac;
    padding: 24px 0 50px;
}

.icon-nav {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #a7aaac;
    position: relative;
    padding: 0 0 22px;
    margin: 0 0 8px;
}

.icon-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 960px;
    overflow: hidden;
}

.icon-nav ul li {
    float: left;
    padding: 0 27px 0 0;
}

.icon-nav ul li img {
    display: block;
}

.footer-list {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #a8aaac;
}

.footer-list li {
    float: left;
    background: url(/images/footer-separator.gif) no-repeat 0 50%;
    padding: 0 4px 0 6px;
}

.footer-list li:first-child {
    background: none;
    padding-left: 3px;
}

.footer-list li a {
    text-decoration: none;
    color: #a8aaac;
}

.footer-list li a:hover {
    text-decoration: underline;
}

#tabs ul {
    float: left;
    width: 100%;
    margin: 20px 0;
}

#tabs ul li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

#tabs ul li a {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    float: left;
    color: #fff;
    background: #ccc;
}

#tabs ul li.active a, #tabs ul li a:hover {
    background: #05AB4D;
}

/*forms */
form ol li {
    width: 100%;
	display: list-item;
    margin-bottom: 10px;
    list-style-type: none;
}

form ol li label {
    float: left;
    width: 182px;
    margin-right: 10px;
}

form ol .terms label, form ol .checkbox label, form ol .radio label {
    margin-right: 10px;
    width: auto;
}

form ol .terms label, form ol .checkbox {
    width: 90%;
}

form ol .radio input {
    margin: 1px 3px 0 0;
    width: auto;
}

form ol .terms input {
    margin: 1px 5px 0 0;
    width: auto;
}

form ol li  input {
    float: left;
    margin-right: 10px;
    width: 178px;
}

form ol li.submit {
    margin-top: 25px;
}

form.upload ol li.submit {
    padding-left: 0;
}

form ol li.submit input {
    background: #05AB4D;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    width: auto;
}

form ol li .w {
    width: 100%;
    float: left;
    margin-bottom: 4px;
    margin-top: 15px;
}

form ol li .w label {
    width: auto;
    font-weight: bold;
}

form ol li .row-labels {
    float: left;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 5px;
}

form ol li .row-labels label {
    padding-bottom: 2px;
}

form ol li .row-inputs input {
    float: left;
    width: 176px;
}

form ol li a.add {
    background: url(../images/add.png) no-repeat 0 50%;
    float: left;
    padding: 2px 0 2px 21px;
    margin-right: 15px;
}

form ol li a.remove {
    background: url(../images/delete.png) no-repeat 0 50%;
    float: left;
    padding: 2px 0 2px 21px;
    margin-right: 15px;
}

form ol li hr {
    float: left;
    width: 100%;
    margin: 20px 0 15px 0;
    background: 0;
    border: 0;
    border-top: 1px solid #ccc;
    height: 1px;
    line-height: 1px;
}

form fieldset .links a {
    float: left;
    margin: 5px 15px 15px 0;
    font-weight: bold;
}

.year-form {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    margin: 33px 0;
}

.year-form label {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    margin-top: 4px;
}

.year-form select {
    float: left;
    font-size: 16px;
}

.year-form input {
    float: right;
    background: #05AB4D;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    color: #fff;
}

.zborniki {
    margin: 40px 0;
}

.zborniki li {
    float: left;
    list-style-type: none;
    width: 100%;
}

.zborniki li img {
    float: left;
    margin-right: 15px;
}

.zborniki li .w {
    float: right;
    width: 350px;
}

.zborniki li h4 {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 17px;
    font-weight: bold;
}

.zborniki li .pdf {
    float: left;
    background: url(/images/pdf.png) no-repeat 0 50%;
    padding: 4px 0 3px 30px;
}

/* ask us form */

form fieldset ol li.institution {
    display: none;
}

/* error messages */

.error {
    color: #ff0000;
}

.winners {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.winners  li {
    float: left;
    width: 99%;
    padding: 0;
    margin-bottom: 5px;
    list-style-type: none;
}

.winners  li h4 {
    padding: 0;
    margin: 0;
    border: 1px solid #CBCBCB;
    color: #05AB4D;
}

.winners  li h4  a {
    padding: 5px 10px;
    margin: 0;
    outline: none;
    color: #000;
    display: block;
    text-decoration: none;
    background: url(/images/icon-fw.gif) no-repeat 98% 50%;
}

.winners  .active h4, .winners h4:hover {
    background: #05AB4D;
    color: #fff;
}

.winners  .active a, .winners li:hover a {
    background: none;
    color: #fff;
}

.winners li .w {
    display: none;
    padding: 15px;
}

/* gallery */

.gallery .tabset {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.gallery .tabset li {
    float: left;
    margin-left: -16px;
    display: inline;
}

.gallery .tabset li a {
    float: left;
    width: 207px;
    height: 25px;
    font-size: 13px;
    text-decoration: none;
    background: url(/images/bg-tab-item3.gif) no-repeat;
    padding: 7px 0 0 17px;
}

.gallery .tabset li:first-child {
    margin-left: 0;
}

.gallery .tabset li:first-child a {
}

.gallery .tabset li a.active, .gallery .tabset li a:hover {
    z-index: 2;
    color: #a8aaac;
    background-position: 0 -33px;
    position: relative;
}

.gallery .inner #main {
    padding: 24px 0 0;
    margin: 0 0 25px;
}

.gallery .inner #content {
    background: url(/images/bg-inner-content.gif) no-repeat 100% 0;
    padding: 0 28px 0 0;
    width: 641px;
}

.gallery .tabs-holder {
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
}

.gallery .tabs-holder .tab {
    float: left;
    width: 100%;
    background: url(/images/bg-tab2.gif) no-repeat 100% 100%;
    position: static;
    height: auto;
}

.gallery .images {
    padding: 15px 28px;
    float: left;
}

.gallery .videos {
    padding: 15px 28px;
    float: left;
}

.gallery .videos {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    list-style-type: none;
}

.gallery .images li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    list-style-type: none;
    width: 100px;
    height: 67px;
    overflow: hidden;
}

.gallery .images li a {
    display: block;
    float: left;
}

.gallery .images li a  img {
    float: left;
}

/* people */
.people {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.people li {
    list-style-type: none;
}

.people li ol {
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0;
}

.people li h4 {
    float: left;
    width: 100%;
}

.people li ol li {
    width: 160px;
    float: left;
    margin: 0 20px 20px 0;
}

.people li ol .image {
    float: left;
    width: 160px;
    height: 120px;
    overflow: hidden;
}

#yoxview .yoxview_bottom {
    bottom: 0;
}

#yoxview .yoxview_top {
    top: 0;
}

#yoxview .yoxview_right {
    float: right;
}

#yoxview .yoxview_left {
    float: left;
}

#yoxview {
    position: absolute;
    z-index: 999;
    border: solid 1px #999;

    overflow: hidden;
    font-size: 10pt;
}

#yoxview a img {
    border: none;
}

#yoxview a:focus {
    outline: none;
}

#yoxview img.yoxview_fadeImg {
    position: absolute;
    top: 0;
    left: 0;
}

#yoxview .yoxview_ctlBtn {
    position: absolute;
    z-index: 3;
    display: block;
    text-decoration: none;
    outline: none;
    width: 50%;
    height: 100%;
}

#yoxview .yoxview_ctlBtn img {
    position: absolute;
    border: none;
    top: 50%;
    margin-top: -22px;
}

#yoxview a.yoxview_ctlBtn:focus, #yoxview a.yoxview_ctlBtn:active {
    outline: none;
    outline: none;
}

#yoxview .yoxview_notification {
    width: 59px;
    height: 59px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 4;
}

#yoxview #yoxview_ajaxLoader img {
    background: url(/images/yoxview/popup_loader_back.png) no-repeat center center;
    padding: 13px;
}

#yoxview .yoxview_popupBarPanel {
    position: absolute;
    z-index: 4;
    height: 70px;
    width: 100%;
    display: none;
}

#yoxview .yoxview_popupBarPanel .yoxview_popupBar {
    position: absolute;
    right: 0;
    line-height: 1em;
}

#yoxview #yoxview_popupMenu {
    width: 150px;
    height: 42px;
    padding-top: 0px;
    padding-right: 9px;
    position: absolute;
    right: 0;
    background: url(/images/yoxview/menu_back.png);
}

#yoxview #yoxview_popupMenu a {
    display: block;
    width: 45px;
    float: right;
    text-align: center;
    font-size: 0.8em;
    position: relative;
    margin-top: -5px;
    padding-bottom: 13px;
    text-decoration: none;
    font-family: Arial, Sans-Serif;
}

#yoxview #yoxview_popupMenu a span {
    color: White;
    display: block;
    margin-bottom: 3px;
}

#yoxview #yoxview_popupMenu a.last {
    margin-left: 0;
}

#yoxview #yoxview_popupMenu a:focus {
    outline: none;
}

#yoxview #yoxview_popupInfo div {
    z-index: 1;
    width: 100%;
}

#yoxview #yoxview_popupInfo a {
    color: #aaa;
    text-decoration: underline;
    outline: none;
}

#yoxview #yoxview_popupInfo a:hover {
    color: White;
    text-decoration: underline;
}

#yoxview #yoxview_popupInfo h1 {
    z-index: 2;
    font-size: 12pt;
    color: White;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

#yoxview #yoxview_popupInfo span {
    position: absolute;
    bottom: 7px;
    left: 10px;
    z-index: 3;
    font-size: 0.8em;
    color: White;
}

#yoxview #yoxview_helpPanel {
    display: none;
    width: 201px;
    height: 312px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -171px;
    margin-left: -111px;
    z-index: 5;
    color: White;
    padding: 20px;
    padding-top: 10px;
    cursor: pointer;
}

#yoxview #yoxview_helpPanel h1 {
    font-family: Arial Black, Arial, Sans-Serif;
    font-size: 1em;
}

#yoxview #yoxview_helpPanel p {
    margin-top: 80px;
}

#yoxview #yoxview_helpPanel span#yoxview_closeHelp {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
}

/* clear */
form ol li:after,
.zborniki:after,
.gallery .tabs-holder:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#notice {
  color: red;
  font-weight: bold;
  border: 1px solid #05AB4D;
  padding: 10px;
}