/**
* LAST MOD: NOV 10 2009: DREW @ www.dreamdesignsweb.com
* -----------------------------------------------------
*/
fieldset {
	padding: 5px;
}
.quote { font-size: 15px; }
#pollDiv {
	position: relative;
}
#pollCommentDiv {
	position: relative;
	width: 100%;
	height: auto;
}
#pcImgDiv {
	position: relative;
	float: left;
	width: 110px;
}
#pcComDiv {
	position: relative;
	float: left;
	width: 540px;
}
#archiveButton {
	position: relative;
	text-align: right;
	margin: 4px 10px 0px 0px;
}

/*== BEGIN VOTING SEGMENT ==*/
.voteBox {
	position: relative;
	width: 100%;
	height: 80px;
}
.voteRadioFS {
	width: 150px;
	height: 65px;
	float: left;
}
.voteResultFS {
	width: 230px;
	height: 65px;
	float: left;
	margin-left: 15px;
}
#yesBlock {
	position: relative;
	margin-bottom: 10px;
}
#noBlock {
	position: relative;
}
#voteYResponse {
	font-size: 11px;
}
#voteNResponse {
	font-size: 11px;
}
.voteLoader {
	vertical-align: middle;
}
.resultBlock {
	position: relative;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 15px;
}
