body {
	font-family:'Gotham', sans-serif;
	width:100%;
	background-color:#E9EFF0 !important;
	margin:0 auto;
	background-repeat:repeat-x;
	font-size:13px;
}

#Form1 {
	/* width:900px; */
  max-width: fit-content;
	background-color:#fff;

	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
	padding:10px;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header {
	width:100%;
	background-color:#C0C2C5;
	text-align:center;
}

#FormPage {
	width: 100%
}

#DynamicFormPanel table td {
	padding-bottom:5px;
	vertical-align:top;
}

h1 {
	font-size:30px;
	color:#993333;
}
h2 {
	font-size:24px;
}
h3 {
	border-bottom:1px solid #ccc;
	font-size:18px;
}

h4 {
	color:#333333;
	font-size:16px;
}

p {
	font-size:13px;
	line-height:20px;


}

.small {
	font-size:13px;
}

.example {
	background-color:#000990;
	font-size:12px;
	border: 1px solid #ddd;
	margin:10px 0px;
}

.example p {
	margin:0px 4px 0px 0px;
}

.labelRight {
	text-align:right;
	padding-right:15px;
}

#UpdateInfoPanel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
