#prices .name {
	width: 120px;
	float: left;
}

#prices label.field {
	padding: 0px;
}

#prices input {
	width: 95px;
}

#survey_info .name {
	width: 120px;
	float: left;
}

#survey_info label.field {
	padding: 0px;
}

#survey_info input[type=text] {
	width: 440px;
}

#survey_info .select {
	width: 440px;
}
#survey_info select {
	width: 420px;
}

#survey_info .checkbox .name {
	width: 400px;
}

#background_change {
	height: 100px;
}

#background_change .select {
	width: 150px;
}

#background_change select {
	width: 150px;
}

#evaluation .button {
	width: 35px;
	display: inline-block;
	margin-right: 5px;
}

#evaluation p {
	padding-top: 10px;
	display: none;
}

#evaluation label {
	margin-bottom: 20px;
}

#total_score {
	font-size: 18px;
	font-weight: bold;
	float: right;
	line-height: 46px;
	display: none;
}

#btn_complete {
	margin: 0px 10px;
}