/* 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: #D3F0F1; border: 2px ridge #D3F0F1 ; }

.polls_color_2{ background-color: #6740E1; border: 2px ridge #4169E1; }

.polls_color_3{ background-color: #8D8D8D; border: 2px ridge #D2D2D2; }

.polls_color_4{ background-color: #CC8500; border: 2px ridge #FFA500; }

.polls_color_5{ background-color: #5B781E; border: 2px ridge #6B8E23; }


/* 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;
}
/* The separator */
.pollseparator {
    text-align:center;
    border-bottom: solid 1px;
    border-top: solid 1px;
	 }
/* the message window */
div.xtmessage {
	background: #FFCCCC;
	border: 1px solid Red;
	display: none;
	color: Red;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
/* button with individual styling */
#pollxtButton, .contentpane input.button {
	background-color:#F79E49;
	border:1px solid #C2530C;
	color:#FFFFFF;
	font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	height:25px;
	float:left;
}

 #pollxtButtons button.button {
 	background-color:#F79E49;
	border:1px solid #C2530C;
	color:#FFFFFF;
	font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	height:25px;
	margin-top:5px;

 }


.pollxtVote {
	color: blue;
}

.pollxtResult {
	color: green;
}

#pollxtTitle {
	
}
#pollxtIntro {
	
}
#pollxtImg {
	
}
#pollxtImgCol {
	float: left;
	padding-right:10px;
}
#pollxtOptCol {
	float: left;
	padding-right:10px;	
	
	width:100%;
}

#pollxtLine {
}



#pollformXT2com{
width:100%;
/*border:#9900CC thin solid;*/
}



label.label_check input, label.label_radio input  {
 margin-left:10px;
 margin-right:10px;
 }