#page #sideMenu {
	background-image: url(../../common/img/interview_a.jpg);
}
#page {
	background-image: url(../../common/img/interview_b.jpg);
}
h1 {
	font-size: 16px;
	color: #B05622;
	width: 440px;
	padding-top: 1px;
	padding-bottom: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.question {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 60px;
	margin-right: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.question li {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0px;
	padding: 4px;
}

