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

html, body {
	height: 100%; /* Damn you IE! */
}

.humanMsg {
	font: normal 60px/40px Helvetica, Arial, Sans-Serif;/*relative size if box and msg*/
	letter-spacing: -1px;
	position: fixed;
	top: 50%;/*top margin to the msg box*/
	left: 50%;/*left margin frm body to text box*/
	color: white;
	background-color: #180000;/* color of message box*/
	text-align: center;
	display: none;
	opacity: 0;
	width:auto; /* message box width*/	
	height:70px;
	
}

.humanMsg .round {
    /*border-left: solid 2px white;*/
	/*border-right: solid 2px white;*/
    /*font-size: 1px; height: 2px;*/
	}

.humanMsg p {
min-height: 70px;
min-width:150px;
	display: inline;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;	
	}

.humanMsg a {
	display: none;
	}
	
