.mg_counter_info {
	width: 600px;
	height:auto;
	padding: 10px;
	margin: 5px auto;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.mg_counter_info img {
	float: left;
	margin:5px;
}
#mg_counter_container {
	text-align:center;
	margin: 0 0 5px 0;
}
#mg_counter_container a {
	text-decoration: none;
}
#mg_counter_container a span {
	font-family: Tahoma, Verdana;
	color: #bbb;
	font-size:large;
	font-weight:bold;
	text-shadow: 1px 1px 0px #202020, -1px -1px 0px #606060;
}
#mg_counter_container a img {
	border: none;
}
#mg_counter_success {
	color: dimgray;
	background-color: #D7F9D7;
	border: 2px solid green;
}
#mg_counter_error {
	color: dimgray;
	background-color: #FFDBDB;
	border: 2px solid #B22222;
}

#mg_counter_tooltip {
  font-family: verdana, arial, sans-serif;
  font-size: 10px !important;
  color:#333 !important;
  background-color: #FFFFE1;
  position:absolute;
  border:2px solid dimgray;
  padding:10px;
  -moz-border-radius: 10px;	
  -webkit-border-radius:10px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px #818181;
  -webkit-box-shadow: 4px 4px 4px #818181;
  -moz-box-shadow: 4px 4px 4px #818181;
  display:none;
}