.infobox{
    position:relative;
    left:9px;
    top:1px;
	width:341px;
	height:90px;
	background-color:#333; color:white;
	box-shadow:0 0 2px #000;
	padding:7px;
}

.infobox_content > a > img {
	width:107px;
	height:76px;
	float:left;
	margin-right:10px;
}

.infobox_close{
    cursor:pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    border:none;
}

.infobox_content{
    margin:0;
    font-family: Arial;
    font-size:14px;
    line-height:22px;
}

.infobox_content h1 {
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:175%;
	display: block;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infobox_content h2 {
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.infobox_pointer{
    width:33px;
    height:38px;
    overflow:hidden;
    position:relative;
    z-index:1;
    left:7px;
    top:-3px;
}

.infobox_content a.button {
	padding-left:1em !important;
	padding-right:1em !important;
	margin-top:6px;
}

.infobox_content ul {
	list-style-type: none;
	padding-left: 10px;
	padding-top: 0;
	margin-bottom: 6px;
}