.login_box {
  border: 1px dashed #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

.login_box_normal_border {
  border: 1px solid #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

.login_item {
padding: 2px 2px 2px 8px;
}


.header1 {
  background-color: #EAEAEA;
  padding: 3px 3px 3px 9px;
  font-weight: bold;
  letter-spacing: 3px;
}

.input_textbox {
  width: 100%;
  border: 1px solid #000000;
  padding: 0px 8px 0px 0px;
}

.input_submit {
  border: 1px solid #cccccc;
}

a:link {
  color: #464646;
  text-decoration: none;
}

a:visited {
  color: #464646;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: none;
}

a:active {
	color: #FF0000;

}

.mainframe_table {
	width: 760px;
	position: absolute;
	top: -4px;
	left: -4px;
	background-color: #ffffff;
}

.mainframe_content {
	padding: 0px 3px 3px 6px;
}

.mainframe_ctable {
	border: 1px dotted #CCCCCC;
	padding: 3px 3px 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input_box {
	border: 1px solid #000000;
	width: 200px;
}

.input_longtext {
	border: 1px solid #000000;
	width: 100%;
}

.input_textarea {
	border: 1px solid #000000;
	width: 100%;
	height: 100px;
}

.submitbtn {
	border: 1px solid #CCCCCC;
	color: #666666;
}

.hhx {
  height: 100%;
}

.tr_separator {
  border-bottom-color: #B6B6B6;
  border-bottom-style: solid;
  border-bottom-width: 1px;  
}

.tr_separator2 {
  border-bottom-color: #E5E5E5;
  border-bottom-style: solid;
  border-bottom-width: 1px;  
}

