#status{
width:260px;
text-align:left;color:#777;
height:90px;
padding:5px;overflow:auto;
background:(url image);
margin-top:5px;
border:1px dashed #999;
}
.icon{
color: red;
}
.time{
color: #888;
font: normal 7pt ;
padding-right:7px;
padding-bottom:3px;
padding-top:3px;
padding-left:7px;
background:#eee;
}
.date{
color: #888;
font: normal 7pt ;
padding-right:7px;
padding-bottom:3px;
padding-top:3px;
padding-left:7px;
background: #eee;
}
</style>
<div id="status">
<span class="icon"> ♥</span> >> yours status
<br/>
<div style="float: left;margin-top:5px;">
<span class="time">time</span></div>
<div style="float: right;margin-top:5px;">
<span class="date">date</span></div>
<br/>
<br/>
<span class="icon"> ♥</span> >> yours status
<br/>
<div style="float: left;margin-top:5px;">
<span class="time">time</span></div>
<div style="float: right;margin-top:5px;">
<span class="date">date</span></div>
<br/>
<br/>
<span class="icon"> ♥</span> >> yours status
<br/>
<div style="float: left;margin-top:5px;">
<span class="time">time</span></div>
<div style="float: right;margin-top:5px;">
<span class="date">date</span></div>
</div>