.slm_informer {
	width:300px;
	height:430px;
	border:1px solid silver;
	background:#fff;
	font: 11px Arial;
}
.slm_informer_head {
	height: 20px;
	border-bottom:1px solid silver;
	font-size:18px;
	font-color:#aaa;
	padding:5px;
	background:#ddd;	
}
.slm_informer_head img {
	height:22px;
	float:right;
	margin-right:20px;
}
.slm_informer_head div {float:left;}

.slm_informer_slot {
	width:300px;
	height:90px;
	float:left;
	margin-top:7px;
}
.slm_informer_slot img {
	float:left;
	margin:10px 10px 10px 18px;
	width:90px;
	height:70px;
	border: 1px solid #aaa;
}
.slm_informer_slot img:hover {
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #888;
}
.slm_informer_text a {
	text-decoration:none;
	color:#555;
	font: normal 11px Arial;
}
.slm_informer_text a:hover {text-decoration:underline;}
.slm_informer_text{
	float:left;
	width:160px;
	overflow:hidden;
	height:85px;
	font-size:11px;
	margin-top:7px;
}

/*
-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;
-moz-border-radius: 2px 2px 0 0;-webkit-border-radius: 2px 2px 0 0;border-radius: 2px 2px 0 0;
*/