/* polls Bar Colors/Formats - Follow the format to add your own.
	Then update the maxcolors setting for polls in
	PollXT settings - Results
*/

.polls_color_1{ background-color: #E3469D; border: 4px #E3469D solid;}

.polls_color_2{ background-color: #63A4B6; border: 4px #63A4B6 solid;}

.polls_color_3{ background-color: #8D8D8D; border: 4px #8D8D8D solid; }

.polls_color_4{ background-color: #CC8500; border: 4px #CC8500 solid;}

.polls_color_5{ background-color: #5B781E; border: 4px #5B781E solid;}


/* Uncomment the following line, delete the lines above and set maxcolor to 1 */
/* .polls_color_1{ background-image: url(images/red_yellow_green.png); } */

/* polls Outside Table Border */
.pollstableborder {
	padding: 2px;margin-top: -15px;}
/* The separator */
.pollseparator {
    text-align:center;
    border-bottom: solid 1px;
    border-top: solid 1px;
	 }
/* the message window */
div.xtmessage {
	color: #FDF3D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
}
/* button with individual styling */
#pollxtButton {
	background: url('images/button.png') no-repeat;
	height:40px;
	width: 100px;
	padding-top: 14px;
	text-align: center;
	float:left;
	font-weight:bold;
	cursor:pointer;
}
#pollxtButtons {padding-top: 5px;}
.pollxtVote {
	color: blue;
}

.pollxtResult {
	color: green;
}

#pollxtTitle {}
#pollxtIntro {
}
#pollxtImg {
}
#pollxtImgCol {
	float: left;
	padding-right:10px;
}
#pollxtOptCol {
	float: left;
	padding-right:10px;	

padding-top: 5px;}
#pollxtFreeCol {
	float: left;
}
#pollxtLine {
}
