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

#abc_show {
	font-family: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
	text-height: max-size;	
}

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

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

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

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