
#formHolder p{
		
	}

#formHolder .red{
	color:red;
	font-size:14px;
	}
#formHolder .title{
	font-weight:bold;
	border-bottom:solid 1px #999;
	}
#form1 .frow {
	 text-align:left;
	 margin:4px;
	 font-size:13px;	
	}

#form1 .frow label{
	 width:260px;
	 vertical-align:top;
	 display:block;
	 float:left;
	 padding:2px;
	 clear:both;
	}
#form1 .frow .inputT{
		width:150px;
	}
#form1 .frow .inputTA{
	width:300px;
	height:80px;
	}
	
#formHolder #tableCheckbox{
	width:100%;
	font-size:13px;	
	}

#formHolder #tableRadio{
	width:100%;
	font-size:13px;	
	}
	
/* Preview Div Css*/ 
#preview p{
	font-weight:bold;
	text-align:left;
	clear:both;
	margin-top:20px;
	border-bottom:1px solid #999 ;
	}
#preview .frow p{
	border-bottom:0px;
	background-color:#eee;
	padding:3px;
	}
#preview .frow{
	text-align:left;
  font-size:13px;	
	padding:5px;
	margin-left:10px;
	}
#preview .frow label{
	 width:260px;
	 vertical-align:top;
	 display:block;
	 float:left;
	 clear:both;
   
	}
#preview .frowText{
		width:400px;
		float:left;
	
	}
#preview  table{
	width:50%;
	font-size:13px;	
	}
/* Validation Errors */
.custom_error{
	color:red;
	font-size:13px;
	border:solid 1px #999;
	padding:2px;
	}
.custom_error ol li{
	padding:2px;
	}
.script_error{
	color:red;
	display:block;
	margin-left:265px;
	}
.radioSpan{
	padding-top:4px;
	padding-right:5px;
	padding-left:5px;
	}