.form-error {
	color: #cc0030;
	font-weight: bold;
}

#content form .formnote,
#content label em {
	color: #cc0030;
	font-style: normal;
}
#content form .formnote {
	padding: 0.1em 0.3em;
	font-style: italic;
}
#content fieldset {
	padding: 0;
	border: none;
}
#content legend {
	display: none;
}
#content label {
	display: inline;
}


#recalculate label {
  display: inline;
}
#calcs h3 {
	padding: .7em .2em;
	margin: 0;
}
table {
	padding: 0;
	z-index: 10;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: 100%;
	font-size: inherit;
}
* html table {
	font-size: 1em;
}
#content table p {
  margin: 0;
	padding: 0;
}
th, 
.edit, 
.edit a:link {
	text-align: left;
	background: #ddd;
}
table td, th {
  margin: 0;
	padding: 2px;
	border: 0;
}
table td {
 position: relative;
}
.total {
	background: #00A0E7;
	color: #fff;
	text-align: right;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.data {
  width: 100px;
	cursor: pointer;
	z-index: 50;
	overflow: hidden;
}
.hj_active {
	color: #00A0E7;
}
.data form {
	position: fixed !important; 
	position: absolute;
	color: #000;
 	top: 50%;
	background: #e0e0e0;
	padding: 1em;
	border: 1px solid #888;
	z-index: 100;
	margin-right: -50px;
	right: 50% !important;
	right: 10em;
	width: 200px;
}
.data form label {
  display: inline;
}
#content .data form input {
	width: auto;
}
.data form ul {
  list-style-type: none;
	margin: 0;
	padding: 0;
}
label {
  display: block;
}
#saveform {
  display: none;
}


