/**
 *	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 */

	a img
	{
		border:none;
	}

	.pollBox
	{
	font-family:Arial;
	border:0px solid red;
	margin-left: 85px;
	}
	.pollContainer
	{
	position:relative;
	overflow:hidden;
	/*height:150px;*/
		width:230px;
	border:1px solid red;
	text-align:left;
	color:#464759;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	background-color: #FFFFFF;
	}
	div.pollCaption
	{
	position:relative;
	margin:2px;
	padding:5px 5px;
	overflow:hidden;
	height:50px!important;
	line-height:18px;
	vertical-align:middle;
	font-weight:normal;
	font-size: 13px;
	border:1px solid #ccc;
	/*color:#8b8c9b;*/
		background-color:#f1f1f1;
	font-family:Tahoma, Arial;
	color: #FF9428;
	}

	

