﻿table.formTable
{
	margin: 10px 0 0 0;
}

table.formTable th.formQuestionHeader
{
	text-align:left;
	padding:6px;
}

table.formTable td.formQuestionBody
{
	padding:4px 0px 2px 0px;
}

table.formTable th.formSectionHeader
{
    color:#51606e;
    font-size:20px;
    padding-bottom:5px;
    font-weight:normal;
    font-family:"Myriad Pro",Verdana, Arial,Helvetica,sans-serif;
    border-bottom: solid 1px #fdce0a;
    text-align:left !important;
    /* the lines below hide the form section header */
    display:none !important;  
    height:1px; 
}


