.humanMsg {
	width: auto;
	color: #fff;
	background-color: black;
	display: none;
	opacity: 0;
	z-index: 100000;
	position: absolute;
	top: -50px;
	left: 0px;
	font: 11px Arial, Helvetica, sans-serif;
}

#humanMsg_msg{
	padding: 10px;
}

#humanMsg_msg div{
	margin-bottom: 15px;
	color: #e9eac5;
}

#humanMsg_msg #close{
	border-top: 1px solid #e9eac5;
	padding-top: 15px;
	text-align: center;
	margin-bottom: 0px;
}

#humanMsg_msg #close #humanMsg_close_btn{
	color: #e9eac5;
	text-decoration: none;
}