﻿
.k {
      display: ;
	  width: 160px;
	  height: 40px;
	  color: #65BE00;
	  background: url(img/k.png);
	  background-position:top right;
	  background-repeat:no-repeat;
	  outline: none;
	  text-decoration: none;
	  font-size:30px;
	  line-height: 41px;
	  text-align: center;
	  font-weight: 900;
	  font-style: normal;
	}
.k:hover {
	  background-position: 0 -40px;
	  color: #ffffff;
	}
.k:active {
	  background-position: 0 -80px;
	  color: B3B4B4;
	}

	
	.k2{
      display: block;
	  width: 120px;
	  height: 20px;
	  color: #00ADEF;
	  background: url(img/k2.png);
	  background-position:top right;
	  background-repeat:no-repeat;
	  outline: none;
	  text-decoration: none;
	  font-size:15px;
	  line-height: 20px;
	  text-align: center;
	  font-weight: 900;
	  font-style: normal;
	}
.k2:hover {
	  background-position: 0 -40px;
	  color: #ffffff;
	}
.k2:active {
	  background-position: 0 -80px;
	  color: B3B4B4;
	}
