@charset "UTF-8";
/* CSS Document */
dd{
	padding: 0px;
	margin:0px;
}
#survey li{
	margin-bottom:10px;
}
li.question.subquestion dl{
	clear: both;
	padding: 5px 0px;
}
li.question.subquestion dl dd.select{
	float: left;
	width: 50px;
	text-align: right;
}
li.question.subquestion dl dt.sub_question{
	float: right;
	width: 450px;
	margin-right: 110px;
}
li.question.subquestion dl.textarea{
	clear: both;
	padding: 0px;
}
li.question.subquestion dl.textarea dt{
	float: none;
}
li.question.subquestion dl.textarea dd{
	float: none;
}

#user_info{
	list-style: none;
}
.question.info label{
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.question.info{
	clear: both;
	margin-bottom: 5px;
}