body{ 
margin:			0; 
padding:		0;
}

.pollholder{
width:			185px;
height: 		275px;
position: 		absolute;
font-family:	'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',Geneva,Arial,sans-serif;
}

.poll{
height: 		255px;
color: 			#424242;
font-size:		11px;
overflow:auto;
}

.morepolls{
height:			20px;
width:			185px;
position: 		absolute;
font-size:		11px;
text-align: 	right;
}

h3{
font-size:		13.2px;
font-style:		italic;
color:			#6c0000;
margin-top:		0;
margin-bottom:	10;
}

h3.correct {
color:			#235c00;
}

h3.incorrect {
color:			#830001;
}

p{
margin-bottom: 4px;
}

label{
display: 		inline-block;
width:			140px;
margin-left:	23px;
}

input { 
position: 		absolute;
}

a{
float: right;
color:			#6c0000;
text-decoration:	none;
}

a:hover{
text-decoration:	underline;
}

img.more{
margin-left: 	5px;
border: 		none;
}

