/******* 问卷调查样式表 **********/
/* 创建人：李慧              */
/* 创建日期：2007-11-8      */
/* 用途：问卷调查样式。      */
/*****************************/

/*调查报告*/
#report
{
	width:90%; padding:20px 0;
}


/*问卷调查显示*/
#questionnaire
{
	width:90%; padding:10px 0;
}

#poll_title
{
	background:#FAF0ED; width:100%; height:30px; color:#913F3D; font-weight:bold; padding:3px 10px;
}

#questionnaireshow
{
	width:80%; padding:10px 0;
}


/*显示柱状图表格*/
.histogramtable
{
	border:1px solid #F2B9BE; width:95%; margin:2px 0px;
}

.histogramtable th
{
	border:1px solid #F2B9BE; height:25px; padding:1px; background:#FAF0ED; color:#913F3D;
}

.histogramtable td
{
	border:1px solid #F2B9BE; height:25px; padding:3px;
}

.histogramtable .td_l
{
	text-align:left; padding:0px;
}

.histogramtable .td_r
{
	text-align:right;
}

.ballot
{
	background:url(images/ballot.gif) repeat-x; height:8px; margin:5px 0px;
}
.btnResult
{
	width:44px; height:20px; background:url(images/btnResult.gif) no-repeat center center; border:0px;
}
.btnPoll
{
	width:44px; height:20px; background:url(images/btnPoll.gif) no-repeat center center; border:0px;
}

