

.humanMsg {
	font: bold 16px ariel;
	
	position: fixed;
	top: 200px;
	left: 200px;
	width: 200px;
	color: #363636;
	background-color:#F7DEDC;
	border:2px solid #F48A6C;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
	-moz-border-radius:10px;
	
}

.humanMsg .icon
{
	float:left;
	padding: 10px;
	
}

.humanMsg .round {
    border-left: solid 2px white;
	border-right: solid 2px white;
    font-size: 1px; height: 2px;
	}

.humanMsg p {
	margin:1em;
	display: inline; 
}

.humanMsg a
{
	color :Black;
}

.humanMsg_Ok
{
	background-color:#EBF7DF;
	border-color:#7CBF4F;
}

.humanMsg_Error
{
	background-color:#F7DEDC;
	border-color:#F48A6C;
}



	




