input[type="text"],
input[type="password"] {
  width: 300px;
  background-color: #fff;
  padding: 0px 6px;
  margin: 6px 0px;
  line-height: 32px;
  border: 1px solid #e5e5e5;
  color: #666;
  font-family: "微软雅黑";
}
input[type="submit"] {
  background-color:#32A452;
  width: 119px;
  height: 36px;
  line-height: 36px;
  border: none;
  color: #FFF;
  margin-top: 20px;
  cursor: pointer;
}
textarea {
  width: 300px;
  overflow: auto;
  padding: 0px 6px !important;
  margin: 6px 0px !important;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #666;
  font-family: "微软雅黑";
  font-size: 14px;
}
input[name="search"] {
  background-color: #FFF;
  border: #ccc 1px solid;
  padding: 4px;
}
.btnsearch {
  cursor: pointer;
  width: 50px;
  height: 26px;
  border: 0px;
  background: url(image/btn_ccc.gif);
  font-weight: bold;
  color: #FFF;
}
/*button {cursor:pointer;}
button.btnsearch,button.btnGray {width:100px; height:34px; border:0px; background:none;}
button.btnsearch span,button.btnGray span 
	{display:block; 
	 width:100px;
	 height:34px; 
	 line-height:34px; 
	 text-align:center; 
	 color:#FFF;
	 font-size:14px;
	 font-weight:bold;
	}
button.btnsearch span {background:url(image/btn_bg.png) no-repeat -34px -82px;}
button.btnGray span {background:#999;}	*/
