/*                 论坛帮助                 */

#questions {
	width:210px;
	float:left;
  margin: 6px auto auto auto;
}

#helpContent{
  clear:right !important; 
	width:76.5%;
	float:right;
}

#helpContent table{
  width:100%;
  border: 0px;
  border-collapse: collapse;
  margin-bottom:15px;
}

#helpContent .answer{
  width:95%;
  margin:auto;
  margin-bottom:15px;
}

#helpContent .answer .goToTop{
  text-align:right;
  font-weight:bold;
  margin-bottom:1px;
  font-size:12px;
}

#helpContent .answer .goToTop a{
  font-weight:bold;
}

#helpContent .answer .title{
  font-weight:bold;
}

#helpContent .answer .content{
  margin-top:15px;
  word-break:break-all;
  line-height:18px;
  text-indent:20px;
}
