/*  ########################################################################
                          GENERAL USER PROPERTIES
    ########################################################################  */
/*  -----------------------------| POLL BOX |-------------------------------  */
.PollRow {
    width: 100%; 
    font-family: verdana; 
    height: auto; }

.PollRow ul {
    list-style: none; }

#PollRowSubmit {
    clear: both; 
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px; }

/*  --------------------------| POLL QUESTIONS |----------------------------  */
#PollQ {
    font-weight: bold; 
    margin: 10px 0; 
    text-transform: uppercase;
    text-align: center; }

#UserHeader {
    font-weight: bold; 
    margin: 10px 0; 
    text-transform: uppercase;
    text-align: center; }

.PollRadio {
    text-align: left; }

/*  -------------------------| POLL RESULTS |-------------------------------  */

#PollResults {
    padding: 10px 10px 10px 10px; 
    margin: 15px; }

#PollTotals {
    clear: both;
    text-align: center; }

#VoteCount {
    color: red;
    font-weight: bolder; }

#UserPollBox {
    border: 1px solid black; 
    margin-left: 0px;
    font-family: "lucida grande", arial, helvetica, sans-serif;
    font-size: 11px; }

