﻿/*- Form Builder -*/
table.TBLcomgenicFormBuilder {
	width : 100%;	
}

table.TBLcomgenicFormBuilder tr.question th,
table.TBLcomgenicFormBuilder tr.question td {
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight : normal;
	vertical-align : top;
	text-align : left;
	border-bottom:none !important;
	border-left:none !important;
}

table.TBLcomgenicFormBuilder tr.answer td select 
{
	width:420px;	
}

table.TBLcomgenicFormBuilder tr.answer td label,
table.TBLcomgenicFormBuilder tr.question td label,
table.TBLcomgenicFormBuilder tr.question th label {
	font-size : 0.8em;
	color: #000;
	width:420px;
	text-align:left !important;		
}
table.TBLcomgenicFormBuilder tr.question td label,
table.TBLcomgenicFormBuilder tr.question th label
{
	margin-top:10px;
}

table.TBLcomgenicFormBuilder tr.question th {
	color: #000;
	background: none !important;	
	font-weight:bold !important;
	padding:0px 0pt 0px 0px !important;
}

table.TBLcomgenicFormBuilder .required,
table.TBLcomgenicFormBuilder tr.question td .required,
table.TBLcomgenicFormBuilder tr.question th .required,
table.TBLcomgenicFormBuilder tr.answer td .required {
	font-weight : bold;
	color: #000;
	border-bottom:none !important;
	border-left:none !important;	
	padding:0px 0px !important;
	vertical-align:top;
}

table.TBLcomgenicFormBuilder tr.answer td {
	padding-bottom : 3px;
	border-bottom: none !important;
	border-left:none !important;	
	padding:0px 0px !important;
	vertical-align:top;
}

table.TBLcomgenicFormBuilder tr.answer td .answernote {
	display : block;
	font-size : 0.8em;
	padding-top : 5px;
	color : #fff;
}

table.TBLcomgenicFormBuilder td.questionNumber {
	width : 1px;
	padding-right : 5px;
	text-align : right;	
	font-size : 0.9em;
	color : #fff;
}

table.TBLcomgenicFormBuilder .errorMessage {
	color : red;
}

div#questionnairenote p {
	font-size : 0.7em;	
	margin : 0px;
}

table.TBLcomgenicFormBuilder .textbox {
	width : 420px;	
}

table.TBLcomgenicFormBuilder .textarea {
	width : 420px;	
	height : 80px;
	font-family: arial, helvetica, sans-serif;
	font-size : 0.9em;
}

table.TBLcomgenicFormBuilder .radiolist,
table.TBLcomgenicFormBuilder .checkboxlist {
	padding : 0px;
	margin : 0px;	
}

table.TBLcomgenicFormBuilder .radiolist input,
table.TBLcomgenicFormBuilder .checkboxlist input {
	margin-right : 8px;
	width: auto;	
	float:left;
}

table.TBLcomgenicFormBuilder td.submit {
	text-align : right;	
	border-bottom: none !important;
	border-left:none !important;
}

table.TBLcomgenicFormBuilder tr.answer td.formelement span 
{
	color: #fff;
}