.abest.cplogin.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #FF582D;
  padding: 1px 20px 1px 20px;
  text-decoration: none;
	margin:5px;
}

.abest.cplogin.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}