@charset "utf-8";
/* 
    Document   : faqs.css
    $LastChangedRevision: 105 $
	$LastChangedBy: ChrisMcKee $
	$LastChangedDate: 2010-04-09 16:39:42 +0100 (Fri, 09 Apr 2010) $
    Description:
        FAQ Specific 
*/
#left_contain { float:left; width:620px; padding:0px 10px; }
  li.faq_bullets { font-size:14px; margin-left:20px; }
#right_contain { float: left; width:340px;}
  #right_box, .right_box2 { background:#EBEEF1; margin-bottom:8px; padding:6px;}
  #right_box { background:#EBEEF1 url(../images/qsearch2_bg.gif) top left no-repeat; }
    #right_box li, li.faq_bullets { padding:5px 0px; }

#question_wrapper { clear:both; padding:0px 10px; }
.question_contain { margin-bottom:20px; }
  .question_contain ul { }
.question_footer { background:#EBEEF1; padding:0px 0px 3px 3px; margin-top:10px; }

/*************** FORM LAYOUT *********************/
.form_layout label { display:block; margin-bottom:5px; float:left; }
.form_layout select { margin-bottom:5px; }
.form_layout label { text-align:right; width:135px; padding-right:10px; padding-top:4px; }
.form_layout br { clear:left; }

