div.sframe {
	position: relative;
	width : 46%;
	height: 100px;
	background-color:#aa4444;
	text-align:left;
	float: left;
	border: none;
	margin:1%;
	padding: 1%;
}
img.sicon {
	position: absolute;
	height: 35%;
	bottom:5px;
	right: 5px;
}
span.stext {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: "Arial", "sans-serif";
	font-weight: "normal";
	color: #000000;
	font-size: 100%;
	text-shadow: 0 0 0;
	vertical-align: middle;		
}

div.LOG_HTML {
	width : 96%;
	background-color:#404040;
	text-align:left;
	float: left;
	border: none;
	margin:1%;
	padding: 1%;
	color: #ffffff;
	font-size: 66%;
	text-shadow: 0 0 0;
}