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

 	div.pollCaption
	{
		height:30px;
	}

	/* block with height depends of it's content */

	div.pollBodyBlock
	{
		position:relative;
		margin:2px;
		border:solid 0px #cc0000;
		text-align:left;
	}

	/* end of block with height depends of it's content */		

	div.pollUp
	{
		position:absolute;
		right:0px;
		top:5px;
	}
	div.pollDown
	{
		position:absolute;
		right:0px;
		bottom:5px;
	}
	div.pollContentBlock
	{
		position:relative;
		/*width:230px;*/
		margin:10px 0px 0px 0px;
		padding:2px;
		overflow:hidden;
		border:0px solid green;
	}
	div.pollSubmitBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:31px;
		border:solid 0px #0000cc;
		text-align:center;
	}

	/* end of poll box */

	/* styles for autogenerated poll elements */

	div.pollTextBox
	{
		position: absolute;
		white-space: nowrap;
		top: 0px;
		font-size: 12px;
		font-weight: bold;
	}
	div#dpol_caption_text_1 {
	top:5px;
	left:10px;
		font-weight:bold;
		font-size: 18px;
	}
	div.pollTextBoxWrapper
	{
		position: relative;
		margin-left: 20px;
		top: 0px;
		height: 100%;
		overflow: hidden;
		font-size: 12px;
		font-weight: bold;
		vertical-align:middle;
	}
div.pollTextBoxWrapper div {
		top:3px;
		left:5px;
		}
	div.pollTextContainer
	{
		position: relative;
	    height: 20px;
		clear:both;
		margin:10px 10px 0px 10px;
		}
	
	.pollRadioButton
	{
		left: 0px;
		position: absolute;
	}
	
	div.pollTextBoxWrapperRes
	{
		position: relative;
		left: 2px;
		top: 0px;
		height: 100%;
		overflow: hidden;
	}

	div.pollTextContainerRes
	{
		position: relative;
	    height: 15px;
		clear: both;
	}

	div.pollProgressBar
	{
		width: 20px;
		height: 18px;
		margin: 2px 0 8px 0;
		padding:3px 3px 3px 5px;
		background-color: #D4EB59;

		background-image:url(../img/pollBar.gif);
		background-repeat:repeat-x;
		background-position:center;
		font-weight:normal;
		font-size: 16px;

	}

	/* end of styles for autogenerated poll elements */
