/* Start of CMSMS style sheet 'Poll' */
/* Example class for Mini Poll */

.menuhd {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: bold;
}
.poll {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;
}

.pollitem {
        margin-top: 17px;
        font-size: 11px;
}

.radiob {
        width:12px;
        height:12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.fat {
	font-weight: bold;
}
.formlook {
}
.pollbg {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pollresulttable {
    border-collapse: collapse;
}
/* End of 'Poll' */

