#live-chat {
	display: block;
	height: 34px;
	margin: 10px auto;
	padding: 16px 0 16px 73px;
	width: 127px;
	background: transparent url([system-asset:id=e5ea26d30a6d9e3e7d33364586437d84]/lib/live-chat-icon.png[/system-asset]) no-repeat 12px 50%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ddd;
	font-size: 12px;
}
	#live-chat span {							
		clear: both;
		display: block;
		color: #fff;
		font-size: 20px;							
		text-transform: uppercase;
	}	
	#live-chat.enabled {
		background-color: #005f9b;
	}
		#live-chat.enabled:hover {
			background-color: #006aad;
		}
	#live-chat.disabled {
		background-color: #808080;
	}