#topmenu{
	float:right;
	
}
.topmenuitem{
	margin-right:15px;
	color:white !important;
}
a.topmenuitem:hover{
	color:#3DB8AC !important;;
}


.btn_cf {
	color: #fff;
	background-color: #3DB8AC;
	border-color: #056A62;
	
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px;
	
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
 
}

.form-control_cf {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ta_cf {
	overflow: auto;
	height: 236px;
	padding: 20px;
}
.axionaddr{
	font-size:18px;
	color:white;
}

