﻿.formtableouter {
	margin-top: 20px;
	border-top: solid 25px #000066;
	border-bottom: solid 4px #000066;
	border-left: solid 4px #000066;
	border-right: solid 4px #000066;
	padding-bottom: 20px;
	border-collapse:collapse;
}
.formstep
{
	padding-top: 1em; padding-bottom: 1em; background-color: #C8D3E8;
                text-align: center; font-weight: bold;
}
.formtable /* inner version */ {
	border-collapse: collapse;
	font-family: Arial;
	width:100%;
}
.formtable td 
{
	padding:4px;
}
td.formcaption, td.formcaptionreq {
	font-size: 100%;
	text-align: right;
	font-weight:bold;
}
.formcaptionreq {
	font-weight: bold;
}
.formdata {
	font-size: 12px;
	text-align: Left;
}
.formspacer {
	height: 1em;
}
.formspacerline
{
}
.formnotes {
	font-size: 10px;
	text-align: Left;
	max-height: 200px;
	overflow: auto;
	clip: rect(0px 100px 200px 0px);
	vertical-align: text-top;
	background-color: #E9F0FF;
}
.formhead {
	font-weight: bold;
	background-color: #b6cbeb;
	border-top: solid 2px #87afeb;
	text-align: center;
	font-size: 13px;
	padding: 1px 0 3px 0;
}
.formexplain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00008B;
}
.formfield, .formtable SELECT, .formtable TEXTAREA {
}
.formtable INPUT {
}
TEXTAREA.formfield {
	font-family: Arial;
	font-size: 13px;
}
.formbutton {
	font-size: 10px;
}
.formbuttonright {
	font-size: 10px;
	width: 100%;
}
.formaccess {
	font-size: 11px;
	color: #6A5ACD;
}
.formvalidate {
	/* subtract 65 px */
	background: #fff6bf url(../img/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: 14px;
	margin-bottom: 8px;
	width: 575px;
}
.formvalidate ul {
	color: Black;
	list-style-type: circle;
	margin: 1em 0 1em 20px;
	padding: 0;
}
.formvalidate li {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

