@charset "utf-8";
/* CSS Document */

.pollWrapper{
	width: 360px;
	height: 250px;	
}

.standardQuiz{
	width: 100%;	
}

.questionWrapper{
	width: 90%;	
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.answerWrapper{
	width: 90%;
	/*float: right;*/
		
}

.answerWrapper table{
	width: 280px;
	float: right;
	/*padding-bottom: 50px;	*/
}

.answerContents{
	width: 282px;	
}

.radioBtn{
	width: 18px;
	height: 17px;
	background-image: url('../images/radioBtn.png');
	background-repeat: no-repeat;
	background-position: top left;	
}
.answerFormWrapper{
	float: right;	
}

.answerBtn {
	width: 75px;
	height: 19px;
	background-image: url("../images/btnVote2.png");
	background-repeat: no-repeat;
	background-position: top left;	
}
/*-----------------------------------------------------------secondary table*/
.secondaryTable {
	/*width: 300px;*/
	width: 90%;	
	font:12px/16px "Trebuchet MS", Trebuchet, arial, sans-serif !important;
	
	padding-left: 20px;
	padding-bottom: 20px;	
}
.measureBar {
	width: 270px;
	height: 16px;	
}

