.key-status{
	padding:0 1em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-width:1px;
	border-style:solid;
	max-width:23em;
	line-height:25px;
}

input#wtt_api_key.valid{
	border-color:#4F800D;
}

input#wtt_api_key.invalid,
input#wtt_api_key.failed{
	border-color:#888;
}

.key-status.under-input{
	margin-top:-2px;
	padding-bottom:0px;
}

.key-status.invalid,
.key-status.failed{
	background-color:#888;
}

.key-status.valid{
	background-color:#4F800D;
}