@charset "utf-8";
/* CSS Document */

.btn a{
  position:relative;
  width:100%;
  padding:10px;
  border-radius:6px;
  border:0;
  background:#f26964;
  font-size:1.1em;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  box-shadow:0px 3px 0px #c1524e;
}

.btn a:hover {
  background:#562624;
	text-decoration: none;
}

.btn a:active {
  top:3px;
  box-shadow:none;
}



.btn_bk a{
  position:relative;
  width:100%;
  padding:10px 50px;
  border-radius:6px;
  border:0;
  background:#333333;
  font-size:1.1em;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  box-shadow:0px 3px 0px #cccccc;
}

.btn_bk a:hover {
  background:#562624;
	text-decoration: none;
}

.btn_bk a:active {
  top:3px;
  box-shadow:none;
}



.click_button{
	float:right; 
	color:rgba(192,245,178,1.00);
	font-weight: 800;

}

