div#home-page-layout div.daily-poll div.panel-container {
	margin:0 10px;
}

div#home-page-layout div.daily-poll div.panel-container fieldset {
	position: relative;
	display:block;
}

div#home-page-layout div.daily-poll div.panel-container fieldset legend {
	font-weight:bold;
	margin-bottom:5px;
}

div#home-page-layout div.daily-poll div.panel-container div.button-container {
	position: relative;
}

div#home-page-layout div.daily-poll div.panel-container input.field-medium-button-sub {
	position:absolute;
	left: 290px;
	top:-25px;
}

div#daily-poll-layout div#column-container {
	float:left;
	margin-right:4px;
	width:734px;
	margin-top:10px;
}

div#daily-poll-layout div#column-container div.column-one {
	float:left;
	width:54%;
	margin-right:4px;
}

div#daily-poll-layout div#column-container div.column-two {
	float:left;
	width:45%;
}

div#daily-poll-layout div#right-column {
	width:252px;
	float:left;
}

div#daily-poll-layout div.poll-results div.panel-container {
	padding:0 10px;
}

div#daily-poll-layout div.poll-results div.panel-container h4 {
	color:#3693B6;
	position:relative;
	font-size:1.0em;
	width:100%;
}

div#daily-poll-layout div.poll-results div.panel-container h4 span {
	color:#999999;
	font-weight:normal;
	font-size:0.9em;
	position:absolute;
	right:0;
}

div#daily-poll-layout div.poll-results div.panel-container p {
	margin:5px 0;
}

div#daily-poll-layout div.poll-results div.panel-container span.poll-question {
	font-weight:bold;
	display:block;
	margin:10px 0 5px;
}

div#daily-poll-layout div.poll-results div.panel-container dl dt {
	padding-top:5px;
	font-size:0.9em;
	margin:8px 0 5px;
}

div#daily-poll-layout div.poll-results div.panel-container dl dd, div#daily-poll-layout div.poll-results div.panel-container dl dd span.progress-bar {
	background-image:url(../images/daily_poll/results_bar.png);
}


div#daily-poll-layout div.poll-results div.panel-container dl dd {
	background-position:0 top;
	display:block;
	height:1.8em;
	position:relative;
}

div#daily-poll-layout div.poll-results div.panel-container dl dd span.progress-bar {
	background-position:0 bottom;
	display:block;
	height:1.8em;
}

div#daily-poll-layout div.poll-results div.panel-container dl dd span.percentage {
	position:absolute;
	right:10px;
	line-height:1.8em;
	font-weight:bold;
}

div#daily-poll-layout div.most-popular div.panel-container {
	margin:0 10px;
	background:url(../images/subsidiary/diagonal_background.png);
	padding:10px;
}

div#daily-poll-layout div.most-popular div.panel-container div.results-content {
	padding:10px;
	background:#ffffff;
	margin-bottom:10px;
}

div#daily-poll-layout div.most-popular div.panel-container h4 {
	color:#3693B6;
	position:relative;
	margin-right:100px;
	font-size:1.0em;
	width:100%;
}

div#daily-poll-layout div.most-popular div.panel-container h4 span {
	color:#999999;
	font-weight:normal;
	font-size:0.9em;
	margin-left:10px;
}

div#daily-poll-layout div.most-popular div.panel-container h4 a {
	position:absolute;
	right:0;
}

div#daily-poll-layout div.most-popular div.panel-container p {
	margin:5px 0;
}

div#daily-poll-layout div.most-popular div.panel-container span.poll-question {
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

div#daily-poll-layout div.most-popular div.panel-container dl dt {
	float:left;
	width:290px;
	position: relative;
	padding:5px 0;
	border-top:solid 1px #cccccc;
	font-size:0.9em;
}

div#daily-poll-layout div.most-popular div.panel-container dl dd {
	float:left;
	width:45px;
	position: relative;
	padding:5px 0;
	color:#f00;
	font-weight:bold;
	font-size:0.9em;
	border-top:solid 1px #cccccc;
	text-align: right;
}

div#daily-poll-layout div.most-recent div.panel-container {
	margin:0 10px;
	background:url(../images/subsidiary/diagonal_background.png);
	padding:10px;	
}

div#daily-poll-layout div.most-recent div.panel-container div.results-content {
	padding:10px;
	background:#ffffff;
	margin-bottom:10px;
}

div#daily-poll-layout div.most-recent div.panel-container h4 {
	color:#3693B6;
	position:relative;
	font-size:1.0em;
	width:100%;
}

div#daily-poll-layout div.most-recent div.panel-container h4 span {
	color:#999999;
	font-weight:normal;
	font-size:0.9em;
	position:absolute;
	right:0;
}

div#daily-poll-layout div.most-recent div.panel-container p {
	margin:5px 0;
}

div#daily-poll-layout div.most-recent div.panel-container a {
	font-weight:bold;
}

div#daily-poll-layout div.most-recent div.panel-container span.poll-question {
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

div#daily-poll-layout div.most-recent div.panel-container dl dt {
	float:left;
	width:225px;
	position: relative;
	padding:5px 0;
	border-top:solid 1px #cccccc;
	font-size:0.9em;
}

div#daily-poll-layout div.most-recent div.panel-container dl dd {
	float:left;
	width:45px;
	position: relative;
	padding:5px 0;
	color:#f00;
	font-weight:bold;
	font-size:0.9em;
	border-top:solid 1px #cccccc;
	text-align: right;
}


