/* contact form */

#loading {
	display: none;
	float:right;
}

#btnBar {
  height:34px;
  margin-left: 2%;
  margin-right: 2%;
}

.formBtn:hover, .formBtnShort:hover {
	background-position: bottom right;
}

.formBtn, .formBtnShort {
	display: inline;
	background: transparent url('../site_img/bg_button.gif') no-repeat scroll top right;
	border:0;
	height: 21px;
	line-height: 14px;
	width: 120px;
	padding-bottom:2px;
/*	font: bold 12px arial, sans-serif; */
	text-decoration: none;
	margin-right: 6px;
	font-weight:normal;
}

.formBtnShort {
	background: transparent url('../site_img/go_button.gif') no-repeat scroll top right;
  width: 40px;
}

fieldset,fieldset#admin {
float: left;
clear: left;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
}

fieldset#admin {
width: 100%;
}

label {
float: left;
width: 13em;
margin-right: 1em;
text-align: right;
}

legend {
background-color:white;
border:1px solid #000000;
margin-left: 1em;
color: black;
font-weight: bold;
}

fieldset ol {
padding: 1em 1em 0 1em;
list-style: none;
}

fieldset li {
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
fieldset.submit {
float: none;
width: auto;
border: 0 none #FFF;
padding-left: 12em;
}

