


	.faqLeft {
			line-height: 30px;
			}


	.faqLeft, .faqRight {
			float: left;
			display: inline; 
			
			margin: 0px 0px 0px 13px;
			
			width: 432px;
			border: 1px solid #F2FCFE;
			
			background: #FFFFFF;
			color: #505050;
			text-align: left;
			font-size: 11px;
			line-height: 16px;
			}
			
				
			/* Kill all natural styling for paragraphs inside the top-right form.*/
			.faqLeft p, .faqRight p {
				float: left;
				display: inline;
						
				height: 60px;
				
				padding: 6px 0px 0px 20px;
				width: 413px;
	
				}
					
				.faqLeft p.question, .faqRight p.question {
					height: 23px;
					padding-left: 0px;
					padding-top: 7px;
					background: #D9F6FC;
					width: 432px;
					border-bottom:  1px dotted #999999;
					font-weight: 900; /* for mozilla */
					text-decoration: bold; /* for ie */
				}
				
					.faqLeft p.question img, .faqRight p.question img {
						float: left;
						padding: 2px 3px 0px 4px;
						}
				
			
				
				
					
			
					
					
					
					
		