/* Start of CMSMS style sheet 'polls' */
.pollresultlist,
.pollvoteform
{
  margin-left: 10px;
  margin-top: 120px;
  width: 220px;
  border: 1px solid #C0C0C0;
  padding: 4px 8px;
  background-color: #ddddee;
  font-size: 85%;
}

.pollresult
{
  margin-bottom: 5px;
}

input#vote
{
  margin: 6px 0px;
}

.polllabel
{
  vertical-align: top;
}

.resultlabel
{
  font-size: 90%;
}

/* End of 'polls' */

