/**
 *	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:460px;/**/
		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: 14px;
		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:0px;
		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: 20px;
		clear: both;
	}

	div.pollProgressBar
	{
		width: 20px;
		margin: 3px 0 10px 0;
		padding:3px 9px;
		background-color: #D4EB59;

		background-image:url(../img/pollBar.gif);
		background-repeat:repeat-x;
		background-position:center;
		font-weight:normal;
		font-size: 18px;
behavior: url(/js/PIE.htc);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D4EB59), to(#B7CE31));
background: -moz-linear-gradient(#D4EB59, #B7CE31);
-pie-background: linear-gradient(#D4EB59, #B7CE31);

	}

	/* end of styles for autogenerated poll elements */

