/********** THIS IS NOW LOCAL IN MODULE FOLDER ***********/



/*#poll_form, #winner_details, #responses_details {
background:#eed;
border:1px solid #999;
padding:5px 5px 5px 5px;
text-align:center;
}

#poll_form_in {
width:95%;
margin:0px auto;
text-align:left;
}


#poll_form_in .row{
margin-bottom: 15px;
}

#poll_form_in .row .header {
float:left;
width:20%;
color:#B96080;
font-weight:normal;
font-size:12px;
}

#poll_form_in .row .value{
float:left;
width:79%;
}

#poll_form #poll_form_in #poll_question{
width:100%;
}

#poll_form #poll_form_in #after_closing_text {
width:100%;
height:5em;
}
.clearing {
clear:both;
}

#view_polls {
text-align:center;
margin:0px auto;
width: 381px;
}

#view_polls #view_polls_content {
width: 100%;
background: #fff;
border: 1px solid #000;
margin:0 auto;
text-align:left;
line-height:1em;
font-size:12px;
}

#view_polls #view_polls_content #poll_question {
line-height:1.50em;
padding:0.2em;
}

#view_polls #view_polls_content #poll_question input {
margin-right: 0.50em;
}

#view_polls .numVotes {
font-weight:bold;
font-size:0.75em;
display:block;
}

#view_polls #afterClosingText, #view_polls #pollMsg {
margin:1em 0.25em 1em 0.25em;
}

#view_polls .poll_question {
background:#000 url("/images/poll/poll_question.gif");
margin-bottom:5px;
font-size: 1.25em;
padding:3px;
font-weight: bold;
color:white;
border:1px solid #888;
line-height:1.5em;
}

#view_polls .poll_answer_key {
float: left;
font-size: 1em;
text-align: right;
width: 75px;
margin-right: 5px;
margin-top:0.5em;
}

#view_polls .poll_answer_div_bg {
float: left;
margin-top:0.5em;
}

#view_polls .poll_answer_div {
height:1.25em;
font-size: 1em;
color: #cc9;
text-align: center;
background: #000;
}
*/