@charset "utf-8";
/*=== css stylesheet for app forms on websites ===*/

.error {
	color: blue;
	font-weight: bold;
	background-color: #FFFF99;
	vertical-align: middle;
	}
	
form#frmApplication label.inputerror {
	color: blue;
	}

form#frmApplication input.inputerror {
	background-color: #FFFF99;
	}
	
form#frmApplication select.inputerror {
	background-color: #FFFF99;
	}

form#frmApplication span.inputerror {
	background-color: #FFFF99;
	color: #000000;
	}

.note {
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
	}

.creditauth {
	}

.required {
	font-weight: bold;
	}

form#frmApplication h2 {
	background-color: #4D5974;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}

form#frmApplication h3 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	}

form#frmApplication {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

form#frmApplication fieldset {
	width: 379px;
	border: 1px solid #336699;
	margin-bottom: 3px;
	text-align: justify;
	}

form#frmApplication legend {
	padding: 0.2em 0.5em;
	border: 1px solid #4D5974;
	color: black;
	font-size: 90%;
	text-align: left;
	}

form#frmApplication div.row {
	clear:both;
	padding: 0 0 4px 0;
	text-align: justify;
/*	border: 1px dotted magenta;*/
	}

form#frmApplication label {
	display: inline-block;
	width: 140px;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: top;
	float: left;
	margin: 0.3em 0 0 0;
	}

form#frmApplication input {
	text-align: left;
	}
	
form#frmApplication input.button {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
	background-color: #4D5974;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	}

form#frmApplication p {
	padding: 3px 10px 3px 10px;
	text-align: center;
	}

/*= from brett =*/
form#frmApplication label:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

form#frmApplication ul {
	clear: both;
/*	padding: 0 0 4px 0;
*/	text-align: left;
	border: 1px dotted blue;
	font-weight:bold;
	background-color: #FFFF99;
	color: #000000;
	}

form#frmApplication li {
	list-style: disc;
	padding: 0px 3px 0 3px;
	margin: 0px;
/*	display: inline;*/
/*	white-space: nowrap;*/
	font-weight:normal;
	}
