.form_But_gray_Mid {
	background-image: url(/common/skeleton/default/images/form/but_gray_02.png);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase;
	color: #2a4290;
}
button {
	background-color: transparent;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.mandatory {
	color: #99ca3b;
}
.txtFieldGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(/common/skeleton/default/images/form/txt_grad_bg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #6c6c6c;
	border-bottom-color: #6c6c6c;
	border-bottom-style: dotted;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
.txtAreaGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(/common/skeleton/default/images/form/txta_grad_bg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #6c6c6c;
	border-bottom-color: #6c6c6c;
	border-bottom-style: dotted;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
h1.formSectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a4290;
	display: block;
	margin: 0px;
	padding: 0px;
}
div#heardAboutUs{
	display:none;
	margin-top:8px;
}
form {
	display: block;
	margin: 0px;
	padding: 0px;
}

