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

	/* block with specified height and scrollers */	

	div.pollBodyBlock
	{
		position:relative;
		/*margin:2px;*/
		/*overflow:hidden;*/
		/*height:400px;*/
		border:solid 0px #cc0000;
		text-align:left;
	}

	/* end of block with specified height and scrollers */
	/*
	div.pollUp
	{
		position:absolute;
		right:0px;
		top:5px;
	}
	div.pollDown
	{
		position:absolute;
		right:0px;
		bottom:5px;
	}
	*/
	div.pollContentBlock
	{
		position:relative;
		/*width:200px;
		padding:2px;*/
		border:0px solid green;
	}
	div.pollSubmitBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:20px;
		border:solid 0px #0000cc;
		text-align:right;
	}

	/* end of poll box */

	/* styles for autogenerated poll elements */

	div.pollTextBox
	{
		position: relative;
	}
	div.pollTextBoxWrapper
	{
		position: relative;
		margin-left: 25px;
	}
	div.pollTextContainer
	{
		position: relative;
		clear: both;
		padding:1px;
		margin-bottom:3px;
	}
	* html .pollRadioButton
	{
		left: 0px;
	}	
	.pollRadioButton
	{
		position: absolute;
	}
	div.pollTextBoxWrapperRes
	{
		/*position: relative;
		margin-left: 5px;*/
	}

	div.pollTextContainerRes
	{
		position: relative;
	}

	div.pollProgressBar
	{
		width: 20px;
		height: 15px;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 5px;
		font-size: smaller;
		font-weight: bold;
		background-color: #4E4E8C;
		color: white;

		background-image:url(../images/pollBar.gif);
		background-repeat:repeat-x;
		background-position:center;

	}

	/* end of styles for autogenerated poll elements */
