.hao, .nocss {
	display: none;
}

.important {
	color: #FF0000 !important;
	font-weight: bold;
}

form table, .tbl {
	border: 1px solid #6C3017;
	width: 99%;
	margin: 4px 0px;
}

TH, .tbl_th {
	border: 1px solid #6C3017;
	padding-left: 1em;
	background: #77402A;
	color: #FFFFFF;
	text-align: center;
	margin: 2px;
}

.tbl_td {
	vertical-align: top;
  margin: 1px;
	clear: left;
}

.tbl_td span {
	font-weight: bold;
}

.tbl_td label {
	font-style: italic;
	margin-right: 1em;
}

td.left {
	text-align: right;
	width: 125px;
	font-weight: bold;
}

td.right {
	text-align: left;
	width: 250px;
}

.clear_left {
	clear: left;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	position: relative;
	z-index: -1;
}

.clear_right {
  clear: right;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  height: 0px;
  position: relative;
  z-index: -1;
}

.clear_both {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  height: 0px;
  position: relative;
  z-index: -1;
}

div.content label {
	display: block;
	float: left;
	width: 13em;
	text-align: right;
}

div.content input, div.content textarea, div.content select {
	float: none;
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
	border-width: 1px;
	display: inline;
}

div.content textarea {
	overflow: auto;
}

.input_submit
{
	padding: 1px 10px;
	margin: 8px auto;
	text-align: center;
	display: inline-block;
	white-space: pre;
	background: #FFFFFF;
	border: 1px solid #663107;
	color: #663107;
	float: none;
	cursor: pointer;
	font-size: 1.2em;
	text-decoration: none;
}


.input_submit:hover
{
	background: #FDF2E0;
}
