#container #left {
	float: left;
	height: 1030px;
	width: 140px;
	border: 2px solid #d8dfcd;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 21px;
	margin-left: 5px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 29px;
	
}
#container #right {
	float: left;
	width: 708px;
	border: 2px solid #d8dfcd;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 21px;
	margin-left: 9px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 29px;
	background-color: #FFE;
	height: 1030px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
.red {
	color: #F00;
}
#container #right #feedback {
	padding: 0px;
	margin: 0px;
	float:left
}

.question {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8DFCD;
	margin-bottom: 10px;
	height: 40px;
}
.question_b {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8DFCD;
	margin-bottom: 10px;
	height: 90px;
}
.question_c {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8DFCD;
	margin-bottom: 10px;
	height: 150px;
}
.question_d {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8DFCD;
	margin-bottom: 10px;
	height: 110px;
}
.question_e {
	width: 220px;
	height: 30px;
	padding-left: 200px;
}
label {
	display: block;
	float: left;
	width: 178px;
	padding-right: 18px;
	font-size: 11px;
}
select {
	display: block;
	float: left;
	width: 190px;
	font-size: 11px;
}
textarea {
	display: block;
	float: left;
	width: 245px;
	font-size: 11px;
}
#container #right #guide {
	float: right;
	width: 180px;
	line-height: 18px;
	font-size: 12px;	
}
.orange {
	color: #F60;
	font-weight: bold;
}
#container #right #feedback form .question_b div {
	width: 80px;
	float: left;
}
#container #right #feedback form .question_c div {
	width: 150px;
	float: left;
}
