﻿/*
Description:Poll Booth Style
Author:Andre Li Pan(A.K.A POPOEVER)
Author URI:http://plod.popoever.com/
*/

#poll {
	font-size:12px;
	font-family:"Chicago","Georgia","Verdana","MingLiU",Sans-Serif;
	text-align:left;
}
.corner {
	float:left;
	display:block;
	margin:-5px 0 0 -5px;
	padding:0;
	height:0;
	border-style:solid;
	border-color:#69c;
	border-width:1px 0 0 0;
	width:5px;
}
.c2 {
	margin-top:-4px!important;
	margin-top:-14px;
	width:4px;
}
.c3 {
	margin-top:-3px!important;
	margin-top:-14px;
	width:3px;
}
.c4 {
	margin-top:-2px!important;
	margin-top:-14px;
	width:2px;
}
.c5 {
	margin-top:-1px!important;
	margin-top:-14px;
	margin-bottom:0!important;
	margin-bottom:-10px;
	width:1px;
}
.pollicon {
	float:right;
	display:inline!important;
	display:block;
	margin:2px 0 0 0!important;
	margin:-12px -10px 0 0;
	padding:0;
	height:0!important;
	height:8px;
	border-style:solid;
	border-color:#f00;
	border-width:8px 0 0 0;
	width:3px;
}
.p2 {
	border-color:#048;
	border-width:12px 0 0 0;
	margin:-2px 0 0 0!important;
	margin:-26px -7px 0 0;
	height:12px;
}
.p3 {
	border-color:#6c0;
	border-width:6px 0 0 0;
	margin:4px 0 0 0!important;
	margin:-20px -4px -15px 0;
	height:6px;
}
.sparklit-left,
.sparklit-middle,
.sparklit-right {
	float:left;
	display:inline!important;
	display:block;
	width:60px;
	margin-bottom:5px!important;
	margin-bottom:-16px;
	margin-left:0!important;
	margin-left:0;
	padding:0;
	height:0!important;
	height:2px;
	border-style:solid;
	border-color:#f00;
	border-width:2px 0 0 0;
}
.sparklit-middle {
	border-color:#048;
	margin-bottom:-16px;
	margin-left:60px;
}
.sparklit-right {
	border-color:#fc0;
	margin-bottom:-10px;
	margin-left:120px;
}
.s-lb {
	border-color:#fc0;
}
.s-mb {
	margin-left:60px;
}
.s-rb {
	margin-left:120px;
	border-color:#f00;
}
#poll ul,
#poll li {
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
	line-height:160%;
}
#poll input[type="checkbox"] {
	border:solid 1px #048;
	margin-right:5px;
}
#poll input[type="submit"],button {
	border:solid 1px #99d;
	background-color:#fff;
	color:#333;
	margin:3px 3px 3px 0;
	padding:3px;
}
#poll h1,
#poll h3,
#poll h4,
#poll h5 {
	clear:both;
	margin:0 0 5px 0;
}
#poll h4 {
	font-size:13px;
}
#poll a {
	text-decoration:none;
}
#poll form {
	border:solid 1px #69C;
	background-color:#E6F1FF;
	padding:5px;
	width:180px;
	-moz-border-radius:0 4px 4px 4px;
}