#main{
	height: auto;	
}	

#contentfaq {
	margin-left:12px;
	
	width:799px;
}

div.faq{


	width: 100%;
	height: 40px;
	position: relative;	


}

div.odd{

	background: #ECECEC;

}

div.question, div.answer{
	float:left;
	margin: 5px;
	width: 100%;
}

div.questionBox, div.answerBox{
	margin: 7px;	
	width: 650px;
}

#isFrench div.answerBox{
	margin: 7px;	
	width: 620px;
}

.viewAnswer, .hideAnswer{
	border-style: none;
	color: #fff;
	float: right;	
	width: 103px;
	background: #2CCA81;
	
	height: 30px;
	line-height: 27px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 5px;
	
}



.hideAnswer {

	color: #007c3a;
	background-color: #FFF;
	border: 1px solid #ECECEC;
	height: 100%;	
	
}	


#isFrench .viewAnswer, #isFrench .hideAnswer {
	width: 140px;
}


div.hide{

	display:none; 
}

.questionBold{
	color: #007C3A;
	font-weight: bold;
}

.answerBox p{
	margin: 0px;
	display: inline;
}