/* CSS Document */
#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10 
	{
		height:auto;
		width:570px;
		margin:0 0 0 0;
		padding:10px 10px 10px 10px;
		background-image: url(../images/backgrounds/bg_faq.gif);
		background-position:bottom right;
		background-repeat: no-repeat;
		display: none;
		border-right:1px solid #ECE9E9;
		border-left:1px solid #ECE9E9;
		border-top:1px solid #ECE9E9;
	}
* html #q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10 
	 {
		position:relative;
		width:570px;
		margin:0 0 0 0px;
		padding:10px 10px 10px 20px;
}
