/* ############################################################################
   ##
   ##  Polls Module Stylesheet - Popup Window
   ##
   ######################################################################### */

@import url("polls_global.css");

body
{
	margin: 15px;
	background-image: none;
	font-family: Verdana, Arial, Sans Serif;
}

td
{
	font-size: 75%;
}

#polls-header-popup
{
	margin: 2em 0em 1em 0em;
	padding: 0em 0em 1em 0em; 
	border-bottom: 1px dotted;
}

#polls-content
{
	margin: 0em 0em 1em 0em;
}

.poll-results table
{
	border: 0px;
	padding: 4px;
	border-collapse: collapse;
}

.poll-results td
{
}


