.surveyContent .surveyPage A
{
	font-size:12px;
}

.surveyContent
{
	width:600px;
}
/*问卷标题*/
.surveyContent h2
{
	font-size: 18px;
	margin: 5px 0px 5px 0px;
	color: maroon;
}

/*页*/
.surveyPage
{
	display:none;
}
.surveyPageTitle
{
}
.surveyPaegIntro
{
    
}

/*问题*/
.surveyContent .question
{
	border-bottom: gray 1px solid;
	margin-bottom: 10px;
	display:none;
}

.surveyContent .question .questionTitle
{
	color: white;
	background-color: gray;
	padding:3px;
}
.surveyContent  .question .questionSubText
{
	
}
/* 答案 */
.surveyContent .answers ol
{
	list-style-type: upper-alpha;
	margin-top: 3px;
}
/*矩阵问题表格样式*/
.surveyContent .answers table
{
	border-collapse: collapse; 
	border: solid #999;  
	border-width: 1px 0 0 1px; 
}
.surveyContent .answers  table caption
{
	font-weight: bolder;
}
.surveyContent .answers  table th, .surveyContent .answers  table td
{
	border: solid #999;
	border-width: 0 1px 1px 0;
	padding: 2px;
}
.surveyContent .answers  tfoot td
{
	text-align: center;
}

input[@type=button]
{
	cursor:hand;
}
