#content{width:500px; 
        font-family:Verdana;
        font-size:10px;}
#text{}
table{	font-size:10px;}

table.form{ width:500px; 
            border:0px dotted #f2f2f2;		
		    background-color:#fff;	
		    }
		    
table.form td{background-color:#ffd; padding: 2px 4px 2px 4px; }/*f26626*/
table.form td.fieldName{color:Blue}
table.form td.colRadio{ background-color:#faf9f9}

table.form tr th, div.th
            { background-color:#ffb675; text-align:left; /*dae3ed*/
              font-weight:bold; font-size:11px; 
              margin:0px 0px 9px 0px; padding:5px 1px 5px 5px;
             }
table.form tr td.th2, div.th2
            { background-color:#ffdec1; text-align:left;  /*e1ecf8*/
              font-weight:bold; font-size:10px;  
              margin:10px 0px 9px 0px; padding:5px 1px 5px 10px;
             }

table.form ul li{padding:3px 2px 3px 2px;}
/*div.th{width:90%;}  
div.th2{width:85%;}*/
div.text {padding:0px 1px 0px 12px; } 

.hidden { display:none;}
.shown {display:inline;}

table.tblBooth tr td table tr td{ border-bottom:1px solid #ccc}
table.form tr td span, div #question1, div #question2
            {  font-size:9px; font-weight:bold; color:#666; margin-left:5px; margin-top:3px; 
             }

.flyout 
    {background-color:#f2f2f2; border:0px #666 dotted;
     text-align:left; 
     padding:3px; margin:3px 3px 3px 3px;
    }
.pnlSel, .pnlSelText{font-style: normal; /*color:#666; font-weight:bold;*/   width:90%; padding-bottom:5px;}
.pnlSelText{ border:0px solid #ccc; border-left:0px solid #ccc }    
table.tblMess{margin:0px;padding:0px;}
span.RequiredFieldMessg{ color:red; }
.note{ font-size:9px;padding:7px 5px 7px 5px;
     }
.disabled{ background-color: #eee; color: #696765; font-weight:bold; }
div.example{ margin:0px; padding:0px; border: solid 0px #ccc;}

hr{color:#f2f2f2; width:200px; height:1px; width:100%;}	
/* Form Elements */		
.txtbox{width:160px;  margin-right:10px;}
.txtbox_small{width:40px;  }
span.radiobuttons input{ background-color:#fff;}
span.radiobuttons label{padding-right:8px;}
select { 
 background-color: #F0F0F0; 
 color: #015BB2; 
 font-family: Verdana;
 font-size: 10px; 
}
input{
 font-family: Verdana;
 font-size: 10px; }
textarea{width:305px; }