/*全局样式*/
.FrontQuestion_listSinglePage * {
	font-size: 12px;
	margin:0;
	padding:0;
}
/*整个区域样式(表格)*/
.FrontQuestion_listSinglePage .list table {
	border:0;
	width:100%;
	line-height:1.5em;
	border-collapse:collapse;
	border:#A7C120 solid 1px;
	margin-bottom:20px;
}
/*标题--当前正在进行的调查*/
.FrontQuestion_listSinglePage .list thead th {
	text-align:left;
	padding:0 10px 0 40px;
	height:27px;
	color:#FFFFFF;
	line-height:27px;
	margin-bottom:1px;
	background:#A5C11F url(../../images/question/question_title_ico.gif) no-repeat left;
}
/*更多*/
.FrontQuestion_listSinglePage .list thead .more {
	text-align:right;
	padding:0 20px 0 0;
	height:27px;
	line-height:27px;
	margin-bottom:1px;
	font-weight:normal;
	background:#A5C11F;
}
.FrontQuestion_listSinglePage .list thead .more a {
	color:#FFF;
	text-decoration:none;
}
/*表格行的表格主体样式 如：房地产问卷调查*/
.FrontQuestion_listSinglePage .list tbody td {
	text-align:left;
	height:25px;
	line-height:25px;
	padding:3px 10px;
	color:#333;
}
.FrontQuestion_listSinglePage .list tbody td a{
	color:#333;
	padding-left:10px;
	text-decoration:underline;
	background:url(../../images/question/question_td_ico.gif) no-repeat left center;
}
.FrontQuestion_listSinglePage .list tbody td a:hover{
	color:#333;
	text-decoration:none;
}
/*调查内容区*/
.FrontQuestion_listSinglePage .list .qa {
	text-align:left;
	position:relative;
	border-bottom:#A7C120 solid 1px;
	list-style-type:none; 
	line-height:19px;
}

