#pollDialog {
    display: none;
    width: 200px;
    min-height: 100px;
    position: absolute;
    border: 2px solid #b2967e;
    background-color: #ffffff;
    background-image: url('../../images/poll/background.png');
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 5px 5px 10px 5px;
    margin-left: 755px;
    margin-top: 38px;
}
#pollDialog_top{
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}
#pollDialog_top img {
    float: left;
    margin-right: 5px;
}
#pollDialog_Title {
    color: #786a5b;
}
.pollInfo {
    padding-top: 5px;
    margin-bottom: 5px;
}
#pollDialog form {
    width: 180px;
    margin: auto;
    background-image: url('../../images/content/textDiv_background.png');
    background-repeat: repeat-x;
    background-position: top;
}
.dialogSubmit {
    display: none;
}
.loader {
    display: none;
    padding-top: 30px;
}
#submitpoll {
    cursor: pointer;
    margin-left: 50px;
    margin-top: 15px;
}
#loaderpoll {
    margin-left: 30px;
}
.info_wrong {
    display: none;
}
#poll {
    padding-top: 5px;
    float: left;
    margin-left: 55px;
}