@charset "utf-8";
/* CSS Document */
.red_tkl {
	color: #ffffff;
	background: #3bcd77;
}
.red_tkl:hover {
	background: #25ad5d;
}
.red_tkl:active {
	color: #ffffff;
}

.button_tkl {
	display: inline-block;
	*display: inline;
	vertical-align: baseline;
	margin: 5px 10px;
	outline: none;
	border: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	font: 22px/100% Arial, Helvetica, sans-serif;
	padding: 15px 20px;
}
.button_tkl:hover {
	text-decoration: none;
}
.button_tkl:active {
	position: relative;
	top: 1px;
}

#TKLS a {color: #FFF;}
#TKLS a:hover {color: #FFF;}
#TKLS a:link {color: #FFF; text-decoration: none}
#TKLS a:active {color: #FFF; text-decoration: none;}
#TKLS a:visited {color: #FFF;}