.pubDynPollFrame {
	position: relative;
	left: 40px;
	font-family: arial;
	width: 210px;
	amargin: 1em 0em;
	apadding: 15px 15px;
	aborder: 5px solid #DDDDDD;
	background: url(/images/box-bg.jpg) center center repeat-y;
	font-size: 1em;
	color: #333333;
	afont-weight: bold;
}

.pubDynPollInnerFrame {
	padding: 10px 20px;
}

#pubDynPollTopBg {
	position: relative;
	left: 40px;
	atop: 10px;
	text-indent: -1000em;
	width: 210px;
	background: url(/images/box-bg-top.jpg) center bottom no-repeat;
}

#pubDynPollBottomBg {
	position: relative;
	left: 40px;
	abottom: 10px;
	text-indent: -1000em;
	width: 210px;
	background: url(/images/box-bg-bottom.jpg) center top no-repeat;
}

.pubDynPollHdl {
	font-size: 1.2em;
	color: #e3770d;
	font-weight: bold;
}

.pubDynPollQuestion {
	margin: 0.5em 0em 1em 0em;
}
.pubDynPollAlternativesFrame {
	margin: 1em 0em;
	padding-left: 5px;
}
.pubDynPollAlternativeBox {
	margin: 0.25em 0em;
}
.pubDynPollAlternativeRadio {
}
.pubDynPollAlternativeLink {
}
.pubDynPollAlternativeText {
	margin: 0.3em 0em 0.1em 0em;
}
.pubDynPollAlternativeBar {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: #9090C0;
}
.pubDynPollResultsBox {
	margin: 1em 0em 0.5em 0em;
}
.pubDynPollResultsLink {
	color: #E3770D;
	font-weight: bold;
	text-decoration: none;
}
.pubDynPoll {
}

