@charset "utf-8";
/* CSS Document */
#pollOS {
	margin:10px 0px 0px 1px;
	width:250px;
}
#pollOS #pollBlokTitle{font-size:18px; color:#181669; font-weight:normal;padding:16px 0px 0px 0px;}
#pollOS #polTxt {margin: 14px 0px 0px 10px;}
#pollOS #polChoices {margin-left:5px;}
	#pollOS #polChoices .pollChoice {color:#333333; margin-bottom:3px; clear:both;}
	#pollOS #polChoices .pollChoice input { height:16px;}
#pollOS #polChoices .pollChoice p.pollDescription{ display:inline; }
#pollOS #pollButtons {margin:15px 0px 0px 26px;}
#pollOS #pollButtons .button {border:1px solid #245784; background-color:#FFFFFF; text-align:center;width:46px; height:17px;}
