		textarea {
			height: 150px;
			width: 190px;
			border:solid 1px gray;
		}
		input {
			border:solid 1px gray;
		}
		.button {
			width:100px;
		}
		#FormFields {
			font-family: Franklin Gothic Book, Verdana, Arial, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#666666;
		}
		.required
		{
			color:#b22222;
		}

		#MainHeading
		{
			color:#CC3333;
			font-size:18px;
		}
		#containerTable
		{
			font-family: Franklin Gothic Book, Verdana, Arial, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#666666;
		}
		#checkboxtable
		{
			font-size:12px;
		}

		#checkboxtable input 
		{
			border:none;
		}
		
		.radiolistcls input
		{
			border:none;
		}
		
		.radiolistcls
		{
			font-size:12px;
		}

