.faq{ 
	cursor: hand;
	cursor: pointer;
	font-family: 'TREBUCHET MS', Arial, Helvetica, sans-serif; color:#3b3b3b; font-size:11px; line-height:14px;
	margin-top: 10px;

}

.answer {
	margin-top:8px;
	margin-left:12px;
	height:auto;
	width:480px;
	padding: 10px;
	border: solid 1px #bd98ce;
	font-family: 'TREBUCHET MS', Arial, Helvetica, sans-serif; color:#3b3b3b; font-size:11px; line-height:14px;
}

ul {
padding:0;
margin:0;
}

li {
list-style: disc;
list-style-position:outside;

padding:0;
margin:10px 40px 10px 40px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color:#3b3b3b;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color:#555555;
}

.questions {
	margin-bottom: 10px;
	padding-bottom: 0px;
}