.question {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:1px solid #999;
	margin:5px;
	padding:30px 0 20px 0;
}

	.questionNum {
		font-weight:bold;
		float:left;
		width:24px;
	}
	
	.qanda {
	}
	
	.qanda em {
		color:#333;
	}

	.qanda .label {
		width: 175px;
	}

	.slideTrack {
		width: 200px;
		background-image: url("/images/askmed_scale_background.png");
		background-repeat: repeat-x;
		height: 10px;
	}

	.sliderWidget {
		width: 15px;
		height: 15px;
		cursor: move;
		background-image: url("/images/askmed_slider.gif");
		background-repeat: no-repeat;
		background-position: center center;
	}

	.slider {
		padding-left: 2em;
		padding-right: 2em;
		height: 15px;
		width: 200px;
	}

	.sliderCol {
		width: 21em;
	}

	.qanda .answer sup {
		vertical-align: top;
		padding-bottom: 5px;
		font-size: 9px;
	}

	.qanda .checkbox input {
		float: left;
	}

	.qanda .value .fieldText {
		float: left;
	}

.answerRow {
	border-top:1px solid #eee;
	padding:5px 0;
	color:#333;
}

	.odd {
		background:#f6f6f6;
	}
	
	.even {
		background:#fff;
	}

	.multipleSectionRadioHeader .answerCol {
		padding-right: 10px;
	}

	.multipleSectionRadio{
		border-right: 5px solid #fff;
	}


.answerCol {
	float:left;
}

table tr td.answerRow  {
	padding-left:3px;
	padding-right:3px;
}

table tr th.columHeader {
	font-size:10px;
	line-height:11px;
	padding:3px;
	color:#333;
}

.answerColSpacer {
	float:left;
	width:2%;
}
	
.binaryField {
	width:25px;
	float:left;
	margin:0;
	padding:0;
}

.answer {
	padding-left:25px;
}

.inlineItem {
	padding:0 20px 0 0;
}
.otherA, .otherB {
	padding:10px 0;
}
	.otherA label {
		padding:0 10px 0 0;
	}
	
	.otherB textarea {
		display:block;
		margin-top:10px;
	}

.surveyButton {
	text-align:center;
	padding:20px 0 10px 0;
}

.surveyButton input {
	padding:7px 15px;
	font-size:13px;
	margin:0;
}
.topQ {
	border-top:none;
	margin-top:10px;
	padding-top:10px;
}
.topA {
	border-top:none;
	margin-top:10px;
	padding-top:5px;
}

.right {
	float: right;
}

.invalid a {
	color: #f00;
	font-weight: bold;
}

.invalid a:hover {
	color: #f00;
}

.errorMsg {
	color: #f00;
}

.pdfReferences {
	font-size: smaller;
}

.pdfDiv {
	min-height: 1100px;
}

.matrix-radio .answerColumn {
	text-align: center;
}

/*

#marks .pageQuestions .quizQuestion {
	padding-left: 30px;
}

#marks .pageQuestions .correct {
	background-image: url(/images/tick.png);
	background-repeat: no-repeat;
	background-attachment: top left;
}

#marks .pageQuestions .incorrect {
	background-image: url(/images/cross.png);
	background-repeat: no-repeat;
	background-attachment: top left;
}

#marks .quizzScore {
	border-radius: 5px;
	background: #eee;
}

#marks .outOf {
	float: left;
	width: 50px;
	text-align: center;
}

#marks .outOf .numerator {
	border-bottom: 2px solid #000;
}

#marks .quizzScore .message {
	padding-top: 10px;
}
*/

.smallClear {
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

