/*
	HUMANIZED MESSAGES 1.0
	idea - http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages
	home - http://humanmsg.googlecode.com
*/

.humanMsg {
	font: normal 18px Sans-Serif;
	width: 100%;
	color: #E77814;
	background-color: #FEFFAF;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
}

.humanMsg p {
	padding: .3em;
	display: inline; 
	}

.humanMsg a {
	display: none;
	}
	
#message {
  margin: 10px;
}
