


/* ------------------------ 
 career opportunities form
------------------------ */

 fieldset {	
 	clear: both;
	margin: 1em 0;
	padding: 0px 10px 10px 10px;
}

	legend {
		color: #666666;
		padding: 2px 0 .5em 0;
		font-weight: bold;
		font-size: 115%;
		*margin-left: -9px;
	}


	fieldset div {
		float: left;
		width: 190px;
		border: 0px solid #333333;
	}
	
	
		#ZipCode,
		#referenceZipCode1,
		#referenceZipCode2 {
			width: 80px;
		}
		
		body.form table { 
			padding: 0;
			border-collapse: collapse;
		}
		body.form table td,
		body.form table th {
			padding: 0 .5em;
		}
		
		th {
			font-weight: normal;
			text-align: left;
		}
		
		th.name {
			width: 300px;
		}
		
		th.year {
			width: 120px;
		}
		
			body.form table input {
				width: 100px;
			}
			
			body.form #rdLegal input,
			body.form #rd18 input,
			body.form #rdCrime input, 
			body.form #rdEmp input,
			body.form #rdContact input {
				width: auto;
			}
	 
	#personal label,
	#personal input {
		display: inline;
		border: 0;
	}
	
	#personal label input{
		border: 1px solid #cccccc;	
	}
	#personal p {
		padding-top: 1.5em;
	}
	
		#personal p.small {
			font-size: 85%;
			padding: 0;
		}
		
		#certify,
		#lbl_certify {
			display: inline;
			border: 0;
		}	
		
		#referenceAffiliations1,
		#historyReason1,
		#historyReason2 {
			margin-bottom: 3px;
		}
	 
   label {
   	clear: both;
	display: block;
	padding-top: .5em;
	}
	
		  label.required {
			font-weight: bold;
		}

   input, 
   select {
		font-size: 11px;
		padding: 2px;
	}

	  input:focus,
	  select:focus {

	}

 p#submit {
	
}
	 
 #summary ul,  #ValidationSummary1 ul{
	padding: 1em 2em;
	background: #fff;
	width: 100%;
	clear: both;
}

 #btnSubmit {
	margin-top: 1em;
	border: 0;
}


body.form #summary {
	float: none;
}


#EmpReference {
	width: 190px;
	margin-top: 5px;
}
	#EmpReference input,
	#EmpReference label {
		display: inline;
		border: 0;
		margin-right: 0px;

	}
	#EmpReference { 
		height: 40px;
		border: 0px solid #333333;
	}

#Other input,
#Other label {
	display: inline;
	margin-right: 0px;

}


		
