form {
	display: inline;
    line-height: normal;
    font-size: 11px;
}

fieldset {
	border: 1px solid #ddd;
	padding: 8px;
    margin-bottom: 1em;
}

fieldset.borderless {
	border: 0;
	margin: 0 5px;
	padding: 0;
}

.ui-tabs-panel fieldset {
    margin-left: -16px;
}

.formHeader {
	clear: left;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #eee; 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	padding: 2px;
	margin: 5px 0px
}

legend.formHeader {
	border: 1px solid #999; 
	padding: 2px 12px;
	
}

.formSubheader {
	clear: left;
	font-weight:bold;
	color:#003366;
	border-bottom: 2px solid #aaa;
	padding: 2px; 
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.1em;
	clear: both;
}

legend.formSubheader {
    border: 0;
    font-variant: small-caps;
    font-size: 1.25em
}

.formInstructions {
	clear: left;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	background-color: #bfd4ff;
	color: black;
	padding:6px; 
	margin-bottom:8px;
	font-weight: normal;
	font-size: 1.1em;
}

.formHint {
	float: right;
	width: 30%;
	height: auto;
	margin: 5px;
	border: 1px dotted #003366;
	background-color: white;
	color: #003366;
	background-image: url(/site/images/hint.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

.formHint p {
	padding: 3px 3px 3px 25px;
	font-size: 11px;
	line-height: normal;
}

.formHint a {
	color: #003366;
}

.formNotice {
	clear: left;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	background-color: #ff9966;
	color: black;
	padding:3px; 
	margin-bottom:8px;
	margin-top:8px;
}

.formNoticeLite {
	clear: left;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	background-color: #bfd4ff;
	color: black;
	padding:3px; 
	margin-bottom:8px;
	margin-top:8px;
}

.formField {
	clear: left;
	margin-bottom: 5px;
}

.formField label {
	clear: left;
	float: left;
	width: 30%;
	padding: 0px;
	margin: 2px;
	text-align: right;
}

input[type="text"], input[type="password"], textarea, select  
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1em;
	margin: 2px;
	background-color: #fff;
}

option 
{
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 1em;
    margin: 2px;
    background-color: #fff;
}

.formField .dateList {
	padding-top: 2px;
}

.formStatic {
	font-weight: bold;
    clear: both;
}

.formStatic label {
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 1em;
    font-weight: normal;
}

.formSubmit {
	text-align: center; 
	margin: 8px
}

.formSubmit input {
	background-color: #ddd;
	font-family: verdana,arial,helvetica;
}

.formCaptcha {
	width: 30%;
	margin: 5px 30% 5px 30%;
	padding: 5px;
	border: 1px solid #003366;
	background-color: #ffffe0;
	color: #003366;
	text-align:center;
}

.formCaptcha p {
	text-align: left;
	font-size: 10px;
}

.formCaptcha input {
	font-family: verdana,arial,helvetica;
	font-size: 1em;
	padding: 2px;
	margin: 2px;
	background-color: #fff;
}

.formSpacer {
	padding: 5px;
	margin: 5px;
}

.nextStep {
        padding: 8px;
        background: #ff9966;
        font-size: 120%;
}

div.agreement {
	margin: 10px;
	padding: 10px;
	border: 1px solid #003366;
	background-color: #ddd;
}

.charCount {
		padding: 2px;
		font-size: x-small;
		font-weight: bold;
		color: #222;
}

.mceEditor {
    clear: right;
}

li.checkbox
{
   list-style: none;
   margin-left: 0;
   float: left;
   width: 50%;
   
}

div.formField ul {
  width: 35%;
  float: left;
}

