#pageContainer {
    background-image:url(images/hmpage-bg.gif);
}
#pageTop {
    background-image:url(images/hmpage-bgt.gif);
}
#page {
    background-image:url(images/hmpage-bgb.gif);
}

#pageContent {
    width:455px;
    padding:35px 19px 35px 40px;
    float:left;
}

#hmpgScr {
    width:241px;
    float:right;
    background:url(images/hmpage-scr-bg.jpg) no-repeat top right;
    padding-top:221px;
}
#hmpgScr .hmpgScrContent {
    margin-left:21px;
    padding:22px 23px;
    min-height:215px;
    _height:215px;
}

div.list-item-container {
    background:url(images/clanky-bg.gif) repeat-y top left;
}
div.list-item-container .list-item-top {
    background:url(images/clanky-bgb.jpg) no-repeat bottom left;
}

dl.list-item {
    margin:0em 0em 1em 0;
    padding:10px 20px;
    background:url(images/clanky-bgt.jpg) no-repeat top left;
}



/* anketa */
.poll_question {
    font-weight: bold;
    margin: 5px 0px;
    color: #000;
}
.poll_descr {
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    color: #000;
}
.poll_item {
    margin: 0px 0px 5px 0px;
}

.anketa-container {
    position:relative;
    min-height:1px;
    _height:1px;
}
.anketa-container .anketa-disabler {
    position:absolute;
    top:0px;
    left:0px;
    background:URL(images/ajax-loader3.gif) no-repeat 90% 10% #F4F4F4;
    opacity:0.7;
    filter:alpha(opacity=70);
}

.progres_bar {
    /* margin: 0px auto; */
    background: url(images/poll_bg.gif) no-repeat left top;
    width: 117px;
    height: 10px;
    position: relative;
    float: left;
    margin: 2px 0px 0px 0px;
}
.pctg {
    text-align: center;
    color: #000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.progres_bar .bar {
    background: url(images/poll_progres.gif) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 117px;
    height: 10px;
}

