.human_message {
	font-size: 20px;
	line-height: 44px;
	position: fixed;
	top: 130px;
	left: 25%;
	width: 50%;
	color: white;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
}

.human_message_error {
	background-color: #BF1717;
	border: 3px solid #3b0505;
}

.human_message_success {
	background-color: #074610;
	border: 3px solid #053b05;
}

a.button {
	text-align: center;
	font-weight:bold;
	color: #ffcc66;
	text-decoration:none;
	margin: 2px 2px 2px 2px;
	display: inline-block;
}

a.button {
	display: block;
	cursor:pointer;
}
a.button .left,
a.button .right,
a.button .middle{
	height: 23px ;
	display: block;
	float: left;
}
a.button .left {
	background: url(http://static.grepolis.com/images/game/temp/button_left.png) no-repeat left;
}

a.button .middle {
	padding: 0px 4px;
	margin: 0 4px;
	background: url(http://static.grepolis.com/images/game/temp/button.png) repeat-x;
	line-height: 22px;
	min-width: 100px;
	white-space: nowrap;
}

a.button .right {
	background: url(http://static.grepolis.com/images/game/temp/button_right.png) no-repeat right;
}


* html a.button .middle{ 
	margin: 0 2px;
}

a.button:hover .middle {
	background-image: url(http://static.grepolis.com/images/game/temp/button_hover.png);
}