﻿       * {
            margin:0;
            padding:0;
        }

        #PollResults {
            background-color:White;
            color:Black;            
            height:auto;
            overflow:hidden;
            width:412px;
            margin-top:0px;
            margin-left:25px;
            padding:15px 20px 20px;
        }
        #PollTable, #DiagramTable {
            width:100%;
            height:auto;
            overflow:hidden;
            clear:both;
            margin-bottom:20px;
        }
        #PollTable td, #DiagramTable td {
            height:25px;
        }
        #DiagramTable td {
            vertical-align:top;
        }
        td.Bordered {
            padding-right:10px;            
            text-align:right;
        }
        td.Line {
            padding-left:10px;
            border-left:2px solid Black;
        }
        img.Diagram {
            height:15px;
        }
        .Rub2 {
            margin-bottom:12px;
        }        
        img.PollHeader {
            display:block;            
        }
        div.PollHeaderContainer {
            width:452px;
            background-color:White;
            display:block;
            clear:both;
            margin:15px 0px 0px 25px;
        }
        #CloseButton {
            float:right;
            display:inline;
            margin-top:10px;
        }
        #VoteInfo {
            font-weight:bold;
            font-size:11px;
            width:357px;
            height:auto;
            overflow:hidden;
            float:left;
            display:inline;
        }
        
        .PollQuestions {
            font-weight:bold;
             font-size:21px;
             margin-bottom: 10px;
            }
        
        .PollQuestionItem
            {
                font-size:12px;
                font-style:italic;
                }
        
        .AnswerItem
            {
                font-size:12px;
                font-style:italic;
                }