 

table .lineB
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
table th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
table td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	background-color: #F2F2F2;
	text-align: left;
	padding: 3px;
	
}
table td.number
{
	font-weight: bold;
	background-color: #999999;
	text-align: left;
	width: 20px;
	color: #CCCCCC;
}
table td.input
{
	font-weight: bold;
	background-color: #999999;
	text-align: left;
	width: 20px;
}
table td.question
{
	text-align: left;
	color: #000000;
	font-weight: normal;
}

table td a 	{
	color: #272727;
	text-decoration: none;
	}
	
#formTitle {
	font-size: 24px;
	color: #990000;
}
.headerSpace {
	margin-top: 12px;
}
 
.formAnswer {
margin-left:15px;
}
.formQuestion {
	margin-bottom:35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-bottom:10px;
}
.otherChoice {
 
color:#6600CC;
}

.formQuestionTitle {
font-weight:bold;
 
}



.isSon {
	background-color: #F7F7F7;
	padding:5px;
 
}
.InnercontentCol textarea {
	width: 450px; 
}