
.dx-btn {
  color: #666;
  background-color: #73B043;
  border-color: #73B043;
  font-weight: 300;
  font-size: 16px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
   }

.dx-btn-primary {
 	 /*color: #666;*/
 		background-color: #73B043;

  background-color: #73B043;
  border-color: #EEE;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 26px;
  
  height: 34px;
  padding: 0 10px;
  margin: 0;
  margin-left: 10px;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
          transition-property: all;
 	
 	 -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: glowing;
          animation-name: glowing; 
 	border-radius: 6px; 
    color: white; 
	  border-width: 2px;
	  border-style: solid;
    }
    
    
.dx-btn-primary:hover{
 background-color: #669933;
  color: rgba(255, 255, 255, 0.9); 
  
}

.dx-btn-primary:active{
border-color: #669933;
  color: rgba(255, 255, 255, 0.9); 
  
}

.dx-btn-lg{
	height: 38px;
}

.dx-btn-sm{
	height: 30px;
}
