#customersurvey {
	width: 660px;
}

#customersurvey th {
	text-align: left;
	color:#4F4F4F;
	font-size:11px;
	line-height:16px;
	padding-bottom: 10px;
}

#customersurvey em {
	font-size: 9px;
}

#customersurvey td {
	text-align: left;
	font-weight: normal;
	color:#4F4F4F;
	font-size:11px;
	line-height:16px;
	padding-bottom: 10px;
}

#customersurvey input, select {
	border: 1px solid #666;
	width: 220px;
	padding: 4px;
}

#customersurvey select {
	width: 230px;
}

#customersurvey input.check {
	border: 0px;
	width: 20px;
}

#customersurvey option {
	padding: 2px;
}

#customersurvey input.submit {
	width: 120px;
}

#customersurvey td.submit {
	text-align: center;
	border-top: 1px solid #666;
	padding-top: 10px;
}

#customersurvey textarea {
	border: 1px solid #666;
	width: 220px;
	padding: 4px;
	height: 50px;
}