	/*FORMS*/
		.Denote{padding:35px 0 0 0;background:url('/uploadedImages/VITA_Main_Public/_Template/DenotesRequired.png') no-repeat;}
		.Form{clear:both;}
			* html .Form{height:1px;}
	/*FORM HTML SELECTORS*/
		.Form label{padding-left:10px;}
		.Form h3{padding-left:10px;}
		.Form fieldset{padding:0 10px 10px 10px;border:1px solid #ccc;margin:0 0 10px 0;}
			* html .Form fieldset{width:85%;}
		.Form legend{padding-left:10px;margin:0 0 10px 0;color:#5a7a9e;font-weight:bold;}
		.Form select{background:#f3f3f3;border:1px solid #999;margin-top:3px;}
			.Form select:focus{background:#FFFFC6;}
	/*FORM CLASSES*/
		.Form .Label{padding-left:10px;padding-bottom:6px;border-bottom:1px dotted #ccc;width:200px;display:block;float:left;margin-top:3px;text-align:left;}
		.Form .TextBox{background:#f3f3f3;border:1px solid #999;width:130px;margin-top:3px;}
			.Form .TextBox:focus{background:#FFFFC6;}
		.Form .Button{padding:0 0 5px 0;font-weight:bold;color:#fff;border:none;width:101px;height:29px;background:url('/uploadedImages/VITA_Main_Public/_Template/glassButton.png') no-repeat;}
		.Form .ButtonDisabled{padding:0 0 5px 0;font-weight:bold;color:#fff;border:none;width:101px;height:29px;background:url('/uploadedImages/VITA_Main_Public/_Template/glassButtonDisabled.png') no-repeat;}
	
			.CommandButton{margin:0 0 5px 0;height:28px;width:199px;color:#fff;font-weight:bold;border:none;background:url('/uploadedImages/VITA_Main_Public/_Template/GreenJellyBtn.png') no-repeat;}
			.CommandButtonRed{height:33px;width:207px;color:#fff;font-weight:bold;border:none;background:url('/uploadedImages/VITA_Main_Public/_Template/RedJellyBtn.png') no-repeat;}
	
		.Form TextArea{background:#f3f3f3;border:1px solid #999;width:485px;height:100px;margin:15px 0 10px 0;}
			.Form TextArea:focus{background:#FFFFC6;}
	
			.X_Out{width:20px;height:20px;margin:0 5px 0 0;float:right;background:url('http://www.vita.virginia.gov/App_Resources/images/X_OutRed.png') no-repeat;border:none;}
			.Required{background-position:left top;background-repeat:no-repeat;background-image:url('http://www.vita.virginia.gov/App_Resources/images/requiredArrow.jpg');}
/*VALIDATION MESSAGES*/
		.ValidationMessage{margin:0 auto 25px auto;}
		/*width:290px;right:10px;top:100px;position:absolute;margin:0 0 15px 0;background:#fff;*/
		* html ValidationMessage{height:1px;}
		.ValidationMessage h2{font-size:140%;height:30px;margin:0;padding:10px 0 5px 90px;color:#fff;background-repeat:no-repeat;border:none;}
		.ValidationMessage .Description{margin:0;padding:10px;}
		.ValidationMessage .Description ul li{list-style-image:url('/App_Resources/images/requiredArrow.png');}
		* html .ValidationMessage .Description{height:1px;}

			.Error{border:1px solid #990000;color:#990000;background:#fff;}
			.Error h2{background-color:#990000;background-image:url('/uploadedImages/VITA_Main_Public/_Template/H2_Error.png');}

			.Warning{border:1px solid #ffcc00;color:#000;background:#ffffcc;}
			.Warning h2{background-color:#ffff99;background-image:url('/uploadedImages/VITA_Main_Public/_Template/H2_Warning.png');}

			.Valid{border:1px solid #006600;color:#006600;background:#fff;}
			.Valid h2{background-color:#006600;background-image:url('/uploadedImages/VITA_Main_Public/_Template/H2_Valid.png');}

			.Information{border:1px solid #0000AA;color:#0000AA;background:#fff;}
			.Information h2{background-color:#0000AA;background-image:url('/uploadedImages/VITA_Main_Public/_Template/H2_Information.png');}

		.InputSummary{margin:15px 0 0 0;}
		* html .InputSummary{height:1px;}
		.InputSummary h2{background:none;font-size:120%;border-bottom:solid 2px #9bafd5;font-weight:bold;color:#0f2c92;padding:3px 0 3px 0;margin:0 0 10px 0;}

		.InputSummary .ResultLabel{clear:both;width:300px;text-align:left;float:left;margin-right:10px;font-weight:bold;}
		.InputSummary .DataItem{margin:0 0 3px 0;clear:both;padding:5px;border:1px solid #ccc;background:#eee; line-height:1.1;} /* line-height stops pee-a-boo bug in IE6 */
		.InputSummary .CheckBoxGroup{margin:0 0 3px 0;clear:both;padding:5px;border:1px solid #ccc;background:#eee;}
		.InputSummary .DataItem p, .InputSummary .CheckBoxGroup p{margin:0;padding:0;}
		.InputSummary .CheckBoxGroup h3{padding:0;margin:0;}
