body { height: auto; width: auto;text-align: left;background: #F7D074;font-family: Tahoma, Helvetica, Arial;}

h1 {color: #A66137;font-size: 18px;margin: 0px 0; font-weight: bold;width: auto; margin-left: 10px;}

label {
    font-size: 12px;color: #A66137;font-weight: bold;margin-right: 20px;margin-left: 10px;
}
table {
margin-top: 8px;
}
table tr td {
vertical-align: top;
line-height: 24px;
}

.info-ok { color: green; font-weight: bold;}

input,
textarea { color: gray;}

.formSubmit{ margin-left: 10px;}

.info-err {
margin-left: 10px;
	color: #e1e1e1;
	font-weight: bold;
	font-size: 18px;
}

.form-err {
	color: #e1e1e1;
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
}
	
a {color: #1a88c6;}

.aLeft {text-align: left;}
.aRight {text-align: right;}
.aCenter {text-align: center;}

.font-blue {color: #A66137;}
