/**
 *	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:460px;
		padding:10px;
		background-color: #f6f6f6;
		border:0px solid #979797;
		text-align:center;
behavior: url(/js/PIE.htc);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: #ccc 0 2px 3px;
-moz-box-shadow: #ccc 0 2px 3px;
box-shadow: #ccc 0 2px 3px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E8E8E8), to(#fff));
background: -moz-linear-gradient(#E8E8E8, #fff);
-pie-background: linear-gradient(#E8E8E8, #fff);
	}
	/*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;
		color:#000;
behavior: url(/js/PIE.htc);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: #ccc 0 2px 3px;
-moz-box-shadow: #ccc 0 2px 3px;
box-shadow: #ccc 0 2px 3px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D4EB59), to(#B7CE31));
background: -moz-linear-gradient(#D4EB59, #B7CE31);
-pie-background: linear-gradient(#D4EB59, #B7CE31);
	}
