@CHARSET "UTF-8";
#main .content_q {
	padding-top: 50px;
	padding-left: 410px;
}
#previous {
	display: block;
	float: left;
	height: 380px;
	width: 60px;
	background: url(../images/left.png) no-repeat center left;
	text-indent: -9999px;
}
#next {
	display: block;
	float: left;
	height: 380px;
	width: 60px;	
	background: url(../images/right.png) no-repeat center right;
	text-indent: -9999px;
}
#questionnaire .item {
	width: 430px;
	height: 380px;
	overflow: hidden;
}
#questionnaire p.answer {
	font-size: 12px;
	padding: 28px 0 10px 0px;
	width: 100%;
}
#questionnaire {
	float: left;
} 