.widget-poll{
    margin-bottom: 5px;
    padding: 3px;
    text-align: left;
}
.widget-poll-question{
    font-weight: bold;
}
#cwp-graph{
    float: left;
    background-color: #FFF;
    width: 625px;
    height: 600px;
    margin: 10px;
    border: 1px solid #FFF;
    font-family: Arial;
    font-size: 11px;
}
#cwp-yaxis{
    float: left;
    width: 50px;
    text-align: right;
}
#cwp-yaxis .cwp-yaxis-label{
    float:left;
    width: 50px;
    height: 50px;
    font-weight: bold;
}
#cwp-graph-content{
    float:left;
    width: 550px;
    height:500px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}
#cwp-graph-bar{
    float:left;
    background-color: #4a7194;

}
#cwp-xaxis{
    float: left;
    margin-left: 50px;
    width: 550px;
    height: 60px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}
#clear{
    clear:both;
}

#popup_container {
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 1.75em;
    color: #4a7194;
    background: #CCC url(images/title.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
    padding-left:5px;
}

#popup_content {
    background: 16px 16px no-repeat url(images/info.gif);
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert {
    background-image: url(images/info.gif);
}

#popup_content.confirm {
    background-image: url(images/help.gif);
}

#popup_content.prompt {
    background-image: url(images/help.gif);
}

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}

.total-voters, .total-votes, .result-answer{
    width: 100%;
}
.result-answer{
    padding-top: 10px;
}

#wpfooter{
    display: none;
}

.poll-wh-style{
    padding: 2px 7px;
}
