/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	POLL WIDGET STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Poll form
/*-------------------------------------------------------------------------------------------------------*/
h2
{
	margin-bottom:	10px!important;
}

#poll input
{
	clear:			left;
}

#poll label
{
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:				12px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Poll results
/*-------------------------------------------------------------------------------------------------------*/
.polloption,
.pollresult
{
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:				12px;
	line-height:			15px;
}

.pollresult
{
	float:			right;
	vertical-align:	top;
}

#poll img
{
	margin-top:		1px;
	margin-bottom:	2px;
}

#poll input.pollbutton
{
	margin-top:		10px;
}

#poll .rblock
{
	border-bottom:	1px solid rgb(221,221,221);
	margin-bottom:	7px;
}
