/* common */
.form_error {
  color: #FF0000;
	font-size: 0.77em;
  font-family: �s�ө���,taipei;
}
/* cat */
.btnCat a {
  color: #FFFFFF;
	font-size: 0.85em;
	font-family: �s�ө���,taipei;
	text-decoration:none;
}
.btnCat a:hover {
  color: #FFFFFF;
	font-size: 0.85em;
	text-decoration: none;
	
	background-color: transparent;
	background-image:none;
}

/* doc list */
.btnDocList a {
  color: #333333;
	font-size: 0.77em;
	text-decoration:none;
}
.btnDocList a:hover {
  color: #FF9900;
	text-decoration: underline;
	
	background-color: transparent;
	background-image:none;
}
.btnFooter a {
  color: #FFFFFF;
	font-size: 0.92em;
	text-decoration:none;
}
.btnFooter a:hover {
  color: #FF9900;
	font-size: 0.92em;
	text-decoration: underline;
	
	background-color: transparent;
	background-image:none;
}

/*doc detail*/


	/*pager*/
.pagerTotalPage {
  font-size: 0.77em;
	color: #003366;
}
.pagerCurrentPage {
  font-size: 0.77em;
	color: #990000;
}
.btnPager a {
  color: #333333;
	font-size: 0.77em;
	text-decoration:none;
}
.btnPager a:hover {
  color: #FF9900;
	font-size: 0.77em;
	text-decoration: underline;
}

/* registe form*/
.registeRowBox {
}
.registeRow {
 padding-top: 3px;
 padding-bottom: 3px; 
}

.registeLabelBox {
  float: left;
}
.registeLabel {
  color: #333333;
	font-size: 1em;
	text-align: right;
	padding-right: 5px;
}

.registeFieldBox {
  float: left;
}
.registeField {
  padding: 2px;	
}
.registeDescript {
  color: #808080;
	font-size: 0.77em;
}

.registeBtnSubmit {
  background-image: url(/uploads/buttons/btnSubmitOver.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 65px;
	height: 25px;
}
.registeBtnSubmit a {
	background-image: url(/uploads/buttons/btnSubmitOut.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 65px;
	height: 25px;
	display: block;
}
.registeBtnSubmit a:hover {
	background-color: transparent;
	background-image:none;
}