﻿/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ Voting Poll ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.VotingPoll {/* surrounding DIV */
	position: relative;
	clear: both;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 1%;
	background: url(../../Templates/_images/back_Vote.gif) repeat-y top left;
}
.VoteHeading {/* DIV surrounding title and question */	
	margin: 0px;
	background: url(../../Templates/_images/back_Heading.gif) no-repeat top left;
	padding: 40px 14px 4px 14px;
}
	.VoteTitle {/* H2 tag */
		color: #FFFFFF;
		font-size: 80%;
		margin: 0px;
		padding: 0px;
	}
	.VoteQuestion {/* p tag */
		position: relative;
		font-size: 80%;
		clear: both;
		margin: 0px;
	}
.VoteResponse {/* DIV surrounding radio buttons or checkboxes, displayed as input then label for each item */
	position: relative;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px 14px 4px 14px;
}
.VotingResult {
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin: -14px 4px 0px 4px;
	padding: 0px 0px 0px 4px;
}
	.VoteResponse span {
	}
	.VoteResponse input {
		vertical-align: middle;
	}
	.VoteResponse label{
		vertical-align: middle;
		font-size: 80%;
		margin: 0px 4px 0px 0px;
	}
.VoteSubmit {/* DIV surrounding button and thank you message */
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	background: url(../../Templates/_images/back_VoteSubmit.gif) no-repeat bottom left;
}
	.VoteButton {/* submit button, named "button_vote.gif" in "Templates/_images" folder */
		position: relative;
		clear: both;
		margin: 0px 0px -10px 0px;
	}
	.VoteMessage {/* thank you message */
		position: relative;
		clear: both;
		padding: 0px 14px 4px 14px;
		font-size: 80%;
	}

