/*#polls-vote-div .portlet-icon {*/
/*display: inline-block;*/
/*float: left;*/
/*height: 40px;*/
/*margin-bottom: -40px;*/
/*position: relative;*/
/*top: -42px !important;*/
/*width: 47px;*/
/*}*/

#polls-vote-div .x-form-cb-label {
    white-space: normal;
}

#polls-vote-div .vote {
    background: transparent url("img/vote.gif") center left no-repeat !important;
}

#polls-vote-div .results {
    background: transparent url("img/results.png") center left no-repeat !important;
}

#polls-vote-div .oldpoll {
    background: transparent url("img/old_poll.gif") center left no-repeat !important;
}

#polls-vote-div .question {
    text-align: justify;
    font-weight: bold;
    margin-bottom: 2px;
}

#polls-vote-div .answer-div {
    text-align: left;
    background: transparent url("img/dot.gif") left 4px no-repeat;
    padding-left: 9px;
}

#polls-vote-div .already-voted {
    color: #ffffff;
    text-align: center;
    margin: 0 5px;
}

#polls-vote-div .back {
/*padding: 5px 5px 5px 24px;*/
    background-image: url("img/back_arrow.gif");
}

.x-form-msg {    
    background: transparent url(img/info.png) no-repeat scroll 0 -5px;
    color:#666600;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 5px;
    padding:15px 5px 15px 40px;
    /*padding: 2px 2px 5px 20px;*/
    white-space: normal;
    width: 100%;
}