#acquiesce {
	background-color: #DD0000;
	color: #FFF;
	border: 0px;
	outline-style: none;
	width: 75px;
	height: 24px;
	font-size: 9pt;
	text-align: center;
	font-family: 'Microsoft YaHei';
	margin-right: 10px;
	cursor: pointer;
	font-weight: 700;
}

#follow:hover {
	background-color:  #F73500;
	color: #FFF;
}

#follow {
	border: 0px;
	outline-style: none;
	width: 75px;
	height: 24px;
	font-size: 9pt;
	text-align: center;
	font-family: 'Microsoft YaHei';
	margin-right: 10px;
	cursor: pointer;
	font-weight: 700;
}

#acquiesce:hover {
	background-color:  #F73500;
	color: #FFF;
}

#keyword {
	border: 0px;
	outline-style: none;
	width: 75px;
	height: 24px;
	font-size: 9pt;
	text-align: center;
	font-family: 'Microsoft YaHei';
	margin-right: 10px;
	cursor: pointer;
	font-weight: 700;
}

#keyword:hover {
	background-color:  #F73500;
	color: #FFF;
}

textArea {
	width: 300px;
	height: 100px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
	max-height: 100px;
	max-width: 996px;
}

#wmaps {
	width: 306px;
}

.selectradio input:hover {
	cursor: pointer;
}

.selectradio label:hover {
	cursor: pointer;
}

.fileselect{
     border: 0px;
	  font-family: 微软雅黑;
	  color: #434A54;
	  opacity: 0;
	  position: absolute;
	  width: 65px;
	  bottom: 0px;
	  margin-top: 0px;
	  padding: 0px;
      z-index:99999;
      height:28px;
      
}
.fileselect:hover{
  cursor:pointer;
  
}

.ba{
  color:#DD0000;
  font-family:'Microsoft YaHei';
  font-size:9pt;
  top:0;
  left:10px;
  /* position:relative; */
}