#post {
	margin-bottom: 25px;
}

#post_header {
	width: 100%;
	height: 20px;
	border: 1px solid #cccccc;
	background: #58ACFA;
	padding: 2px 2px 0px 2px;
	margin-bottom: 2px;
}

#sender, #date {
	background: #58ACFA;
	float: left;
	position: absolute;	
}
#text {
	float: left;
	position: absolute;
}
#date_answer{
	background: lightblue;
	float: left;
	position: absolute;
}
#date,#date_answer {
	margin-left: 394px;
}
#question_header, #answer_header {
	width: 100%;
	height: 15px;
	border: 1px solid #cccccc;
	padding: 2px;
	background: lightblue;
	margin-bottom: 2px;
}

#post_question, #post_answer {
	width:100%;
	height: auto;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 2px;
}

#solved {
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	margin-left: 520px;
	margin-top: -1px;
}


