

	
   	   #male { position: absolute;
			top: -86px;
			left: 7px;
			z-index: 100;
       }	 

   	   #female { position: absolute;
			top: -44px;
			left: -20px;
			z-index: 100;
       }	 

   	   #kobold { position: absolute;
			top: -134px;
			left: -170px;
			z-index: 100;
       }

   	   #text { position: absolute;
			top: -29px;
			left: 22px;
			z-index: 100;
       }
	   
		#wrapper { position: relative;
			z-index: 100;
       }

		#wrapper99 { position: relative;
			z-index: 99;
       }
	   
div.error {
	background: #FF706D;
	border: 1px solid #FF0000;
	padding: 5px;
	color: #000000;
	text-align: center;
}
div.message {
	background: #63FF75;
	border: 1px solid #007F0E;
	padding: 5px;
	color: #000000;
	text-align: center;
}
a.serverDetails {
	text-decoration: none;
	margin-top: 0;
	color: #FFFFFF;
}
a.serverDetails:hover {
	text-decoration: underline;
	color: #7F0000;
}
a.faqlink {
	color: #FFFFFF;
	text-decoration: none;
}
a.faqlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.tooltip {
	position: absolute;
	margin-top: 10px;
	margin-left: 15px;
	display: none;
	background: url('../images-redesign/parchment-light3.jpg');
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
	padding: 4px;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 0.95;
}
.tooltip table tr.tooltipinfo {
	text-align: left;
}


#share {
    margin: 10px;
    padding: 5px;
}
