@CHARSET "ISO-8859-1";

#PollHolder {
	position: relative;
	float: right;
	margin: 30px 0 0 0;
	z-index: 3;
}

#PollButton {
	position: absolute;
	width: 184px;
	height: 73px;
	border: 1px solid #fff;
	text-align: left;
	float: right;
	top: 0;
	right: 0;
	z-index: 3;
	background: #fee265;
	display: none;
}
#PollSmall {
	background: url(/images/generic/polls/main/poll-q-bg.gif) 130px 15px  no-repeat #fee265;
	cursor: pointer;
}
#PollFlash {
	padding: 50px 0 0 0;
	display: none;
}

#PollButtonTop {
	position: absolute;
	top: -1px;
	left: -1px;
}
#PollButtonBottom {
	position: absolute;
	bottom: -1px;
	right: -1px;
}
#PollButtonContent {
	padding: 10px 0 0 11px;
}
.PollButtonClick {
	margin-top: -3px;
	display: block;
	background: url(/images/generic/polls/main/poll-btn-click.gif) no-repeat;
	width: 58px;
	height: 9px;
	text-indent: -200em;
	overflow: hidden;
}
#PollClose {
	display: block;
	background: url(/images/generic/polls/main/poll-close.gif) no-repeat;
	width: 66px;
	height: 19px;
	text-indent: -200em;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
}
/* Questions */
.pollQuestionText {
	display: block;
	width: 137px;
	height: 41px;
	text-indent: -200em;
	overflow: hidden;
}
	/* Specific text */
	#what-matters-most-about {
		background: url(/images/generic/polls/main/what-matters-most-about.gif) no-repeat;
	}
	#as-a {
		background: url(/images/generic/polls/main/as-a.gif) no-repeat;
	}
	#whats-most {
		background: url(/images/generic/polls/main/whats-most.gif) no-repeat;
	}
	#how-well {
		background: url(/images/generic/polls/main/how-well.gif) no-repeat;
	}
	#what-matters-most-to {
		background: url(/images/generic/polls/main/what-matters-most-to.gif) no-repeat;
	}
	#degree-or {
		background: url(/images/generic/polls/main/degree-or.gif) no-repeat;
	}
		/* /Specific text */
/* /Questions */

.PollButton {
	cursor: pointer;
	color: #FEE265;
	font-weight: bold;
}

#BatMan {
	position: absolute;
	background: #000;
	display: none;
	z-index: 2;
	top: 0;
	left: 0;
}