#infobox {
	border: 1px solid #FFFFFF; 
	color: #FFFFFF;
	width: 280px;
	position: absolute;
	padding-bottom: 4px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: small;
}
#infobox img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#infobox a {
	color: #FFFFFF;
}
#infobox h3 { 
	background-color: #FFFFFF; 
	color: #000000;
	margin: 0px;
	padding: 5px;
}
#infobox h3 a {
	color: #000000;
	text-decoration: none;
	background: none !important;
}
#infobox p {
	padding: 4px;
	padding-bottom: 0px;
	/*overflow: hidden;
	text-overflow:ellipsis;*/
	background: none !important;
}
#infobox.current {
	background-color: #D36702 !important; 
}
#infobox.other {
	background-color: #669AC9 !important; 
}
#infobox .close {
	display: block;
	height: 14px;
	width: 14px;
	background-repeat:no-repeat;
	float: right;
	margin-right: 2px;
	margin-bottom: 3px;
}
.current .close {
	background-image:url(http://en.tracesofwar.com/images/l/close_orange.jpg);
}
.other .close {
	background-image:url(http://en.tracesofwar.com/images/l/close_blue.jpg);
}
#infobox .close span {
	display: none;
}