/**
 *	Zoki Poll css
 *
 *	This file provides styles table for poll
 *
 *	Copyright (c) 2007, Zoki Soft <info@zokisoft.com>.
 *
 *	This file is part of ZokiPoll.
 *
 *	Zoki Poll is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU Lesser General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	Zoki Poll is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU Lesser General Public License for more details.
 *
 *	You should have received a copy of the GNU Lesser General Public License
 *	along with ZokiPoll.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

/* poll box */


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

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

	}

	/* end of poll box */

	/* styles for autogenerated poll elements */

	div.pollTextBox
	{
		position: relative;font-size:14px;
	}
	span.pollTextBox2
	{
	}
	div.pollTextBoxWrapper
	{
		position: relative;
		margin-left: 20px;font-size:14px;
	}
	div.pollTextContainer, div.pollTextContainerRes
	{
		position:relative;
		border-top:1px dashed #ccc;
		padding:4px 0px;
		margin:0px 0px;
		font-size:14px;
		margin-top: 2px;
	}
	* html .pollRadioButton
	{
		left: 0px;
	}
	.pollRadioButton
	{
		position: absolute;
	}
	div.pollTextBoxWrapperRes
	{
		position: relative;
		margin-left: 0px;font-size:14px;
	}
	div.pollProgressBar
	{
		width: 25px;
		color:#fff;
		font-family:Georgia;
		font-weight:bold;
		height:18px;
		vertical-align:middle;
		font-size: 12px;
		background-color: #c0391c;
		padding:3px 0px 0px 3px;
		margin-left:0px;
	}

	/* end of styles for autogenerated poll elements */

