@charset "utf-8";
.question {
	width:270px;
	margin:0;
	padding:2px 0;
}
.answer {
	width:610px;
	margin:0 0 12px 0;
	padding:5px 10px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	background-color: #F5F7F4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.answer_content {
	padding:1px;
	position:relative;
}
#sendform {
	margin: 10px 0 0 0;
}
#sendform div {
	margin-bottom: 10px;
}
#sendform label {
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
	text-align: right;
}

