.glt-elm{
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 150px;/*Thay doi kich thuoc pad o day*/
 	color:black !important;/* Doi mau chu o day */
  	font-family: Arial, sans-serif;
	font-weight:bold;
 	opacity: 0.9;
 	visibility: hidden;
}

.glt-elm p{
 	background: #bbbbbb;/* Doi mau nen o day*/
 	margin: 0;
 	padding: 0.5em;
}

.glt-elm img{
 	display: block;
}

/* and this CSS for IE, if you want to use transparency: */

.glt-elm{
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);