/********** Forms **********/
	.formLine{ /* Defines a horizontal line */
		clear:both;
		padding-bottom:1em;
		}
	.formLabel{ /* Defines left side of the line */
		float:left;
		display:block;
		width:16em;
		padding: .2em .5em 1em 0em;
		text-align:right;
		}
		.childAgencyContactInformation .formLabel{
			width:18em;
			}
	.formItem { /* Defines the bold part on left */
		font-weight:bold;
		}
	.formRight{ /* Defines the right part of the line */
		display:block;
		margin-left:16.5em;
		}
		.childAgencyContactInformation .formRight{
			margin-left:18.5em;
			}
	/***** Horizontal Rules in Forms *****/		
		.formLine hr, hr.crNarrativeHR, #childListHR{
			/*margin: 10px 0px 10px 0px;*/
			border: none; 
			background-color: #003366; 
			color: #003366; 
			height: 1px; 
			}
		#childListHR{
			margin:1.5em 0em 1.5em 0em;
			}
			
	.spellingButton{
		text-align:right;
		padding:.5em 0em 1em 0em;
		}
	.asterisk {
		color : #cc0000;
		}
	#ValidationSummary1{
		border:red solid 1px;
		padding:.5em;
		margin-bottom:1em;
		}
	#ValidationSummary1 ul{
		padding-left:20px;
		}
		
		
		/* Specifics to different forms */

		.disList li{
			list-style-type:none;
			width:37em;
			clear:both;
			}
		.disList .listLabel{
			display:block;
			float:left;
			padding:.7em .2em .2em .2em;
			width:7em;
			}
		.disList td{
			padding-right:1em;
			}
			
			
			
			
			
			
