div#questionsContentAreaContainer {
	width: 795px;
	height: auto !important;
	height: 200px; /* IE6 */
	min-height: 200px;
	margin-left: 180px;
	border: solid 5px #fff;
	border-width: 5px 5px 0 5px;
}

div.questionContentArea {
	float: left;
	width: 120px;
	height: auto !important;
	height: 160px; /* IE6 */
	min-height: 160px;
	padding: 20px 25px 20px 10px;
	border-right: solid 5px #fff;
	line-height: 22px;
}

.questionNumber {
	font-size: 36px;
	color: #5a2149;
	margin-bottom: 15px;
}
