/*
	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 25px/50px Tahoma, Sans-Serif;
	letter-spacing: -1px;
	position: fixed;
	top: 200px;
	left: 25%;
	width: 50%;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
	-moz-border-radius: 5px;
    background:#443113 url(/static/style/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png) repeat scroll 50% 50%;
    border:1px solid #EFEC9F;
    color:#EFEC9F;
}

.humanMsg .round {
    border-left: solid 2px transparent;
	border-right: solid 2px white;
    font-size: 1px; height: 2px;
	}

.humanMsg p {
	padding: .3em;
	display: inline; 
	}

.humanMsg a {
	display: none;
	}

