#habla_window_div {
	visibility: visible !important;
	opacity: 0 !important;
}
#lumi-powered {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 2px;
	text-align: center;
	font-size: 9px;
}
#lumi-subtly-lumi {
	position: fixed;
	left: 15px;
	left: 50%;
	width: 370px;
	margin-left: -185px;
	background: #eee;
	opacity: 0.95;
	font-size: 13px;
	border: 1px solid #888;
	z-index: 1000;
	color: #222;
	overflow: hidden;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}
	#lumi-subtly-lumi.lumi-subtly-bottom,
	#lumi-subtly-opener.lumi-subtly-bottom {
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-bottom: none;
		-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 -1px 10px rgba(0,0,0,0.5);
	}
	#lumi-subtly-lumi.lumi-subtly-top,
	#lumi-subtly-opener.lumi-subtly-top {
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top: none;
		background-position: bottom left;
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	}
#lumi-subtly-bubble {
	position: fixed;
	left: 50%;
	padding: 10px;
	text-align: center;
	background: #eee;
	border: 1px solid #888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	width: 220px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	z-index: 99999999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}
	#lumi-subtly-bubble.lumi-dark {
		background: #1D1D1D;
		color: #d5d5d5;
	}
#lumi-subtly-opener {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	background: #f0f0f0;
	color: #222;
	text-align: center;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #888;
	font-size: 11px;
	z-index: 1111111;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}
	#lumi-subtly-opener.lumi-subtly-top {
		bottom: auto;
		top: 0;
	}
#lumi-subtly-spacer {
	width: 1px;
}
	#lumi-subtly-wrapper {
		position: relative;
		height: auto;
	}
	#lumi-subtly-lumi.lumi-dark {
		background: #1D1D1D url(images/bg-dark.png) repeat-x top left;
		color: #d5d5d5;
	}
		#lumi-subtly-lumi.lumi-dark.lumi-subtly-top {
			background-position: bottom left;
		}
	#lumi-subtly-lumi .lumi-subtly-message-wrapper {
		position: relative;
		padding: 19px 5px 0 5px;
		width: 91%;
		overflow: auto;
		top: 0;
	}
		#lumi-subtly-lumi .lumi-subtly-message-wrapper.lumi-last {
			margin-bottom: 34px;
		}
		#lumi-subtly-lumi.lumi-no-input .lumi-subtly-message-wrapper {
			margin-bottom: 10px;
		}
		#lumi-subtly-lumi.lumi-no-avatar .lumi-subtly-message-wrapper {
			padding: 5px 5px;
		}
	#lumi-subtly-lumi #lumi-subtly-message *,
	#lumi-subtly-bubble * {
		font-weight: normal !important;
		font-style: normal !important;
		color: inherit !important;
		text-decoration: none !important;
	}
		#lumi-subtly-lumi #lumi-subtly-message a {
			text-decoration: underline !important;
		}
	#lumi-subtly-lumi .lumi-subtly-avatar {
		position: relative;
		top: -7px;
		margin-top: -4px;
		height: 36px;
		width: 36px;
		margin-right: 10px;
		float: left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
		#lumi-subtly-lumi.lumi-dark .lumi-subtly-avatar {
			border-color: #444;
		}
	#lumi-subtly-lumi .lumi-subtly-nickname,
	#lumi-subtly-lumi .lumi-subtly-divider {
		color: #666;
	}
	#lumi-subtly-lumi #lumi-subtly-close {
		position: absolute;
		right: 5px;
		top: 5px;
		height: 15px;
		width: 15px;
		background: url(images/close.png) no-repeat top left;
		cursor: pointer;
	}
		#lumi-subtly-lumi.lumi-no-avatar #lumi-subtly-close {
			top: 6px;
		}
	#lumi-subtly-lumi #lumi-subtly-reply {
		position: absolute;
		width: 96%;
		bottom: 13px;
		left: 5px;
	}
		#lumi-subtly-lumi #lumi-subtly-reply label {
			font-weight: bold;
		}
		#lumi-subtly-lumi #lumi-subtly-reply #lumi-subtly-reply-message {
			width: 100%;
			background: #fefdfe url(images/general-input-bg.png) repeat-x left top;
			border: 1px solid #999;
			border-top: 1px solid #777;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			padding: 2px;
			-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
			-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
		}
			#lumi-subtly-lumi.lumi-dark #lumi-subtly-reply #lumi-subtly-reply-message {
				background: #3f4040 url(images/general-input-high-lum-bg.png) repeat-x left top;
				border-color: #444;
				color: #fff;
				-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.9);
				-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.9);
			}
		#lumi-subtly-lumi #lumi-subtly-reply #lumi-subtly-reply-message.lumi-filled {
			color: #555;
		}
			#lumi-subtly-lumi.lumi-dark #lumi-subtly-reply #lumi-subtly-reply-message.lumi-filled {
				color: #888;
			}
		#lumi-subtly-lumi #lumi-subtly-reply #lumi-subtly-reply-message:focus {
			border: 1px solid #2f83e8;
			outline: none;
		}
			#lumi-subtly-lumi.lumi-light #lumi-subtly-reply #lumi-subtly-reply-message:focus {
				-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
				-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
			}