	DIV.absPos
		{
			position: relative;
			/* background-color: blue; */
		}
		
	    		
	DIV.HOLDERforPOLL
		{
			text-align: left;
            padding: 0px;
		}


		/* ================================================================== */
		/* Customize from here down                                           */
		/* ================================================================== */
					
        .PollQuestion
        {					
					font-weight: bold; font-size: 12px; color: White;
        }					
        
        .PollAnswers
        {					
					font-weight: normal; font-size: 12px; color: White;
        }        

        /* This link is "View Past Polls" at the bottom */
	    A.pollBox:link, A.pollBox:visited, A.pollBox:active
	        {
	         font-size: 13px;
	         color: #56A6D2;
	         text-decoration: none;
	        }	
    		
	    A.pollBox:hover
	        {
	         font-size: 13px;
	         color: #ccc;
	         text-decoration: none;
	        }

        /* Here down is for Results... */
	    TABLE#pollResultsTable
		    {
		     border-collapse: 	collapse;
		     margin: 			0px;
		     border: 1px solid #111;
		     width: 200px;
             /* border: 1px dotted Yellow;  */ 
		     font-size: 12px;		 
		     color: White;
		    }

				    TABLE#pollResultsTable TD
					    {
					     padding: 1px; 
                         /* border: 1px dotted Yellow;  */ 
					    }	        
