body {
	color: #333;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input.text {
	border: 1px solid #666666;
	width:200px;
}
select {
	border: 1px solid #666666;
	width:200px;
}
select.BMorder {
	border: 1px solid #666666;
	width:50px;
}
textarea {
	border: 1px solid #666666;
	width:200px;
}
input.nuttom {
	border: 1px solid #666666;
	width:50px;
	
}
input.nocheckbox {
	border: 0px solid #666666;
	width:18px;
	
}
input.BMorder {
	border: 1px solid #666666;
	width:40px;
	
}
input.BMorderlong {
	border: 1px solid #666666;
	width:80px;
	
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	width:200px;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #666666;
	color : #000;
	
}
input.nowidth {
	border: 1px solid #666666;
	height:24px;
}

/* 出错时显示信息使用的默认样式1 */
.validation-advice {
			background-color: #FF3300;
			margin: 0px 0;
			padding: 0px;
			margin-left: 10px;
			color : #FFF;
			font-weight: bold;
			display: inline;

}

.custom-advice1 {
	margin: 5px 0;
	padding: 5px;
	background-color: #DFF3FB;
	color : #FF3300;
	font-weight: bold;
}

.custom-advice2 {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.custom-advice3 {
  border: solid orange 1px;
  margin: 5px 0;
  padding: 5px;
  font-weight: bold;
  color : #000000;
  background-color: #ff009d;
  background-image: url(grad_white.png);
}


   #tabsJ {
      float:left;
      width:100%;
      /*background:#F4F4F4;*/
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("/css/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("/css/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

	#tabsJ #current a {
		background-position:0% -42px;
	}
	#tabsJ #current a span {
		background-position:100% -42px;
		color:#FFF;
	}

