.width1 {
	width: 85px;
}
.width2 {
	width: 105px;
}
.width3 {
	width: 75px;
}
.width4 {
	width: 80px;
}
.width5 {
	width: 80px;
}
.width6 {
	width: 40px;
}
.width7 {
	width: 60px;
}
.width8 {
	width: 70px;
}
.width9 {
	width: 50px;
}
.width10 {
	width: 80px;
}
.width11 {
	width: 120px;
}
.width12 {
	width: 90px;
}
.but1 {
	width: 100px;
	height: 30px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	color: #232323;
	font-size: 18px;
}
.but3 {
	width: 120px;
	height: 35px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #232323;
	font-size: 18px;
	border: 1px solid #AFAFAF;
}
.but4 {
  width: 140px;
  border-width: 0px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(270deg,rgba(67,67,67,1.00) 0%,rgba(25,25,25,1.00) 98.96%);
  background-image: -moz-linear-gradient(270deg,rgba(67,67,67,1.00) 0%,rgba(25,25,25,1.00) 98.96%);
  background-image: -o-linear-gradient(270deg,rgba(67,67,67,1.00) 0%,rgba(25,25,25,1.00) 98.96%);
  background-image: linear-gradient(180deg,rgba(67,67,67,1.00) 0%,rgba(25,25,25,1.00) 98.96%);
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 5px;
}
.but4:hover {
  background-image: -webkit-linear-gradient(270deg,rgba(104,104,104,1.00) 0%,rgba(56,56,56,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(104,104,104,1.00) 0%,rgba(56,56,56,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(104,104,104,1.00) 0%,rgba(56,56,56,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(104,104,104,1.00) 0%,rgba(56,56,56,1.00) 100%);
}
.add_apply {
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  color: #232323;
  font-size: 18px;
  border: 1px solid #AFAFAF;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
}
.add_apply span{
  background-image: url(/images/admin/add5.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  padding-left: 20px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
}
.del_apply {
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  color: #232323;
  font-size: 18px;
  border: 1px solid #AFAFAF;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
}
.del_apply span{
  background-image: url(/images/admin/del_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  padding-left: 25px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
}