#question_container {
	margin-top: 10px;
}

.qa-question {
	background: #e9f7f7;
	padding: 10px;
	margin-bottom: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px; 
}

.qa-answer {
	background: #fff;
	padding: 10px;
	margin-bottom: 8px;
}

.qa-name {
	float: left;
	margin-bottom: 8px;
}

.qa-name span {
	font-weight: bold;
}

.qa-date {
	float: right;
}

.qa-question .qa-text {
	margin-bottom: 5px;
}

.qa-answer .qa-text {
	margin-bottom: 0px;
}
