Add a suffix to your table.moduletable section in the template_css.css. Add any styling you need. Then, add that same suffix to the Module Class Suffix box in your module in Joomla. Using the example below, you would enter -polls.
/** This will be for the whole module
table.moduletable-polls{
border:1px solid #000000;
background:#ffffff;
height:180px;
width:160px;
}
/** This will be for the content
table.moduletable-polls td{
font-family:Arial,Helvetica, sans-serif;
font-size:11px;
padding-bottom:4px;
}
/** This will be for the title
table.moduletable-polls th{
padding:5px;
font-family:Verdana, Helvetica, sans-serif;
width : 100%;
}