﻿.question
{
	border: solid 1px #e6e6e6;
	background-color: #F0F4F5;
	text-align: left;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	cursor: pointer;
}
.answer
{
	border: solid 1px #e6e6e6;
	border-top: none;
	text-align: left;
}
#questionAnswer
{
	float: left;
	height: 70px;
	width: 653px;
	background-image: url(../images/zaixianjieda.jpg);
	background-repeat: no-repeat;
}
.buttonStyle
{
	border: solid 1px #B59161;
	height: 18px;
	color: #B29A06;
	background-color: #FFFFFF;
}
.textAreaStyle
{
	border: solid 1px #EDD5A9;
	overflow: auto;
}
#questionArea
{
	 border: solid 1px #EDD5A9;
	 width: 530px;
	 margin-top:20px;
}
#questionTop
{
	 height: 20px;
	 background-color: #FCF0DA;
	 text-align: left;
}
#questionMain
{
	 width: 500px;
	 margin-top: 20px;
}