h1{
  color: #00478b;
  font-size: 160%;
  font-weight: bold;
  padding: 0 0 4px 0;
}
h2{
  color: #00478b;
  font-size: 120%;
  font-weight: normal;
  padding: 0 0 4px 0;
}
h3{
  color: #00478b;
  font-size: 110%;
  font-weight: normal;
  line-height: 110%;
  padding: 0 0 4px 0;
}
p {
	color: #333333;
	font-size: 110%;
	margin: 2px 0px 2px 8px;
}
fieldset p {
	margin: 2px 0px 0px 12px;
}
.spacer {
	clear: both;
}
/* rounded border */
#border {
	position: relative;
	background-color: #ffffff;
	width: 595px;
	height: auto;
	margin-top: 12px;
	padding: 0px 8px 0px 8px; 
}
#top {
	position: absolute;
	top: -12px;
	left: 10px;
	background: url("/atf/cf/{b918914f-9d2a-48f9-840d-98b07d6743d2}/top.gif") repeat-x bottom center;
	width: 595px;
	height: 12px;
}
#bottom {
	position: absolute;
	bottom: -12px;
	left: 10px;
	background: url("/atf/cf/{b918914f-9d2a-48f9-840d-98b07d6743d2}/bot.gif") repeat-x bottom center;
	width: 595px;
	height: 12px;
}
#top_left {
	position: absolute;
	top: -12px;
	left: 0px;
	background: url("/atf/cf/{b918914f-9d2a-48f9-840d-98b07d6743d2}/left_top.gif") no-repeat top left;
	width: 10px;
	height: 12px;
}
#top_right {
	position: absolute;
	top: -12px;
	right: 0px;
	background: url("/atf/cf/{b918914f-9d2a-48f9-840d-98b07d6743d2}/right_top.gif") no-repeat top left;
	width: 10px;
	height: 12px;
}
#bottom_left {
	position: absolute;
	bottom: -12px;
	left: 0px;
	background: url("/atf/cf/{b918914f-9d2a-48f9-840d-98b07d6743d2}/left_bot.gif") no-repeat top left;
	width: 10px;
	height: 12px;
}
#bottom_right {
	position: absolute;
	bottom: -12px;
	right: 0px;
	background: url("/atf/cf/{b918914f-9d2a-48f9-840d-98b07d6743d2}/right_bot.gif") no-repeat top left;
	width: 10px;
	height: 12px;
}

/* form */
#form_area {
	position: relative;
	z-index: 0;
	width: 595px;
	font-family: arial, sans-serif;
	margin: 70px 0px 0px 0px;
}
#form_area h1 {
  padding: 8px 0 4px 0;
}
#form {
	position: relative;
	top: 0px;
	width: 579px;
	height: auto;
	padding: 0px 8px 0px 8px;
}
#form #required {
	position: relative;
	margin: 10px 0px 14px 20px;
}
#form #page_label {
	margin: 0px 0px 0px 10px;
}
#form #required img {
	margin: 0px 2px 0px 1px;
}
#form #required em {
	color: #b94d4b;
	font-size: 100%;
	font-style: normal;
}
#form #required em img {
	vertical-align: super;
}
#form #required strong {
	display: none;
	color: #4d1814;
	font-size: 100%;
	margin-left: 115px;
}
#form #required strong img {
	vertical-align: middle;
}
#form fieldset {
	position: relative;
	display: block;
	width: 575px;
	margin: 0 10px 10px 10px;
	padding: 0px 0px 12px 0px;
	border: 1px solid #004890;
}
#form fieldset.top_margin {
	margin: 20px 10px 10px 10px;
}
#form legend {
	color: #004890;
	font-weight: bold;
	font-size: 100%;
}
#form div.last {
	margin: 0px auto 0px auto;
}
#form div.row {
	width: 571;
	margin: 6px 8px 2px 6px;
}
#form label {
	position: relative;
	top: 2px;
	float: left;
	width: 110px;
	color: #004890;
	text-align: right;
	margin-right: 16px;
	white-space: nowrap;
}
#form label.right {
	position: relative;
	left: 2px;
	top: 4px;
	float: left;
	width: 270px;
	text-align: left;
}
#form label.currency {
	position: relative;
	left: 12px;
	top: 4px;
	float: left;
	width: 45px;
	text-align: left;
}
#form label em {
	position: absolute;
	left: 115px;
	top: 0px;
}
#form label strong {
	display: none;
	position: absolute;
	left: 115px;
	top: 0px;
}
#form label.left {
	width: auto;
	margin-left: 10px;
}
#form label.left em {
	position: absolute;
	left: 76px;
	top: 0px;
}
#form label.left strong {
	display: none;
	position: absolute;
	left: 73px;
	top: 0px;
}
#form .error_msg strong {
	display: none;
	color: #148c01;
	font: 10px arial, sans-serif;
	margin-left: 4px;
}
#form .prompt {
	color: #004890;
	text-size: 90%;
	margin-left: 2px;
}
#form input.text {
	background-color: transparent;
	color: #333333;
	height: 1.3em;
	font-size: 90%;
	vertical-align: middle;
	border: 1px solid ##004890;
	padding-bottom: 1px;
}
#form input.radio {
	float: left;
	margin-left: 20px;
}
#form input.checkbox {
	float: left;
	margin-left: 20px;
}
#form select {
	background-color: #ffffff;
	color: #333333;
	height: auto;
	font-size: 90%;
	border: 1px solid #97a196;
}
#form .text_area {
	width: 575px;
	padding: 4px 0px 10px 10px;
}
#form .text_area label {
	position: relative;
	top: 0px;
	left: 10px;
	background-color: transparent;
	color: #62746b;
	display: block;
	float: none;
	width: 618px;
	font: 10px tahoma, sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#form .text_area label em {
	position: absolute;
	left: -10px;
	top: 2px;
}
#form .text_area label strong {
	display: none;
	position: relative;
	left: 0px;
	top: 0px;
}
#form input.text_limit {
	background-color: #ffffff;
	color: #62746b;
	height: 10px;
	font: 10px tahoma, sans-serif;
	margin-right: 2px;
	border: 1px solid #62746b;
	padding-bottom: 2px;
}
#form textarea {
	background-color: #ffffff;
	color: #333333;
	font-size: 100%;
	width: 480px;
	height: auto;
	overflow: auto;
	margin: 0px auto 0px 50px;
	padding: 6px;
	border: 1px solid #aaaaaa;
}
#form textarea.error {
	border: 1px solid #6dff66;
}
#form input.text_error {
	background-color: transparent;
	color: #62746b;
	height: 11px;
	font-size: 10px;
	vertical-align: middle;
	border: 1px solid #6dff66;
	padding-bottom: 1px;
}
#form textarea.textarea_error {
	background-color: #ffffff;
	color: #62746b;
	font: 10px tahoma, sans-serif;
	width: 596px;
	height: auto;
	overflow: auto;
	margin: 0px auto 0px auto;
	padding: 6px;
	border: 1px solid #6dff66;
}
#form  #processing {
	display: none;
	color: #6dff66;
	font: bold 10px arial, sans-serif;
	margin: 0px 0px 0px 4px;
}
#form  #processing img {
	margin: 0px 2px 0px 4px;
}
#form #errors strong {
	display: none;
	color: #6dff66;
	font: bold 10px arial, sans-serif;
}
#form #errors strong img {
	margin: 0px 2px 2px 0px;
}
#form #bottom_buttons {
	margin: 10px 0px 10px 20px;
}
#form  #bottom_buttons * {
	vertical-align: middle;
}
#form  #bottom_buttons input {
	margin-right: 4px;
}
	
