@charset "utf-8";
/* Home Page Poll THR */
/*Polls*/
#pollContainer, #poll-container {
	width:440px;
	height: auto; /*border:1px solid #000000;*/
	margin:0;
	text-align:center; /*background-color:#3a3737;*/
	position:relative;
	padding-bottom:10px;
}
#pollContainer form, #poll-container form, #results, #poll-results {
	text-align:left;
	margin:0 0 0 30px;
}
#pollContainer h2, #pollContainer p, #poll-container h2, #poll-container p, #pollContainer h4, #poll-container h4 {
	font-size:11px;
	margin:5px 0; /*color:#ffffff;*/
	font-weight:bold;
	text-align: left;
}
#pollContainer h2, #poll-container h2, #pollContainer h4, #poll-container h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	text-align: left;
	/*background-color: #fff;*/
	margin-bottom: 0px;
}
#pollContainer p.pollQuestion, #pollContainer h4, #poll-container h4   {
	font-size: 14px; 
	padding-left: 10px;
}
#pollContainer h4, #poll-container h4, #poll-results h4   {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
#pollContainer .error, #poll-container .error {
	margin:5px auto 0;
	background:url(/themes/twm/images/warn.gif) no-repeat 0 0;
	padding-left:10px;
	width:182px;
}
#pollContainer input, #poll-container input {
	margin:0 10px 0 0;
}
#pollContainer label, #poll-container label {
	font-size:11px;
	font-weight:bold;
	position:relative;
	top:-3px; /*color:#ffffff;*/
}
#pollContainer button, #poll-container button {
	margin:5px 0 0;
}
#results, #poll-results {
	width:440px;
	margin:5px auto 0;
/*	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;*/
	float: left; 
	display: inline;
}
.row {
	width:440px;
	overflow:hidden;
}
#results label, #poll-results label {
	width:143px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
	border-right:2px solid #ffffff;
	padding:5px 5px 10px 0;
	float:left;
	clear:both;
	height:10px;
	top:0;
}
.result {
	background-color:#079d67;
	width:0;
	float:left;
	height:21px;
	margin:2px 2px 2px 0;
}
#pollContainer #thanks, #poll-container #thanks {
	margin:0;
	position:relative;
	width:100%;
	text-align:center;
	clear:both;
	top:4px;
}
#pollContainer form br  {
	clear: both;
}
#poll-results p, #pollBox #poll-results p {
	width: 440px;
	height: auto; 
	text-align: right;
	font-weight: bold;
	color: #000;
}
#pollContainer p.pollQuestion, #pollContainer h4, #poll-container h4, #poll-results p.pollQuestion, #poll-container p.pollQuestion, #twmNow #pollBox #pollContainer p.pollQuestion   {
	font-size: 16px; 
	padding-left: 10px;
	font-weight: bold;
}
#pollContainer h4  {
	width: 440px;
	color: #fff;
}
#pollBox p.pollQuestion  {
	font-weight: bold;
	font-size: 16px;
	color: #78d4f6;
}


