.but {
	font-family:Verdana;
	font-size:8pt;
	color: #666666;
	background:#EEEEEE;
	color:black;
	font-weight:normal;
}
.publicForm {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	width: 95%;
	border: 2px solid #BB814D;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #BB814D;
}
.leftTd{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	width: 20%;
	text-align:right;
}
.rightTd{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	width: 80%;
	text-align:left;
}
.mainHeading{
	padding-left:5px;
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	color: #663300;
}
.heading1{
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	background:#F9E9B6;
	text-align:left;
}
.heading{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #663300;
	text-align:left;
}
.description{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align:left;
}

.boldHeading {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align:left;
}
.address {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align:left;
}

.link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #330099;
	text-decoration:underline;
}
.link:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #330099;
	text-decoration:none;
}
.note {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FF0000;
}
/*label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }*/
label.error {
	background: url('../images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	display: block;
}
select.error { border: 1px solid red; }
input.error { border: 1px solid red; }
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }