/**
 *	Zoki Poll css
 *	Copyright (c) 2007, Zoki Soft <info@zokisoft.com>.
 */

/* poll box */

	.pollBox
	{
		border: 0px solid #000000;
	}
	.pollContainer
	{
		position:relative;
		overflow:hidden;
		/* height of poll box */
		/* you probably should modify same value at pollBodyBlock class */
		/*height:300px;*/
		/* here you can change witdh of your poll */
		/* don't forget to modify class pollContentBlock too */
		width:500px;
		padding:10px;
		background-color: #EFEFEF;
		border:0px solid #979797;
		text-align:center;

	}
	/*tylko czcionka*/
	div.pollCaption
	{
		position:relative;
		margin:2px auto;
		/*padding-top:    20px;*/
		/*padding-bottom: 5px;*/
		background-color:#D4EB59;
		/*overflow:hidden;*/
		line-height:20px;
		vertical-align:middle;
		font-weight:bold;
		font-size: 18px;
	}