#abc_win {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px; 
	margin: 0 auto; 
	color: #333; 
	/*border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;*/
	background-color: white;
	z-index: 5000;
}

#abc_show {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px;
	color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: black;
	z-index: 5000;
	line-height: normal;
	height: auto;
}

#abc_show a { 
	color: white;
	z-index: 5000;
}

a.abc img { 
	border: none; 
	visibility: hidden;
	z-index: 5000;
}

#abc_picture { 
	text-align: center;
	z-index: 5000;
}

#abc_picture div { 
	float: left;
	z-index: 5000;
}