Code
<style type="text/css">
.profile {border:1px solid #3c3c3c;background: url('/d/advanced_table_bg.gif');opacity: 0.8;}
.profile:hover {border:1px solid #3c3c3c;background: url('/d/advanced_table_bg.gif');opacity: 1.0;}
.pHello {font-weight:bold;padding-left:2px;border-bottom:1px dashed #3c3c3c;}
.pAvatar {margin:3px;}
.pMenu {border-left:1px dashed #3c3c3c;}
.pMenu a {padding-left:3px;padding-bottom:3px;}
.pLogin {padding:3px;}
</style>
<div class="profile">
<div class="pHello">Привет, $USERNAME$!<div style="float:right;padding-right:2px;" title="Текущее время (МСК)">$TIME$</div></div>
<table>
<tr>
<td>
<div class="pAvatar"><a href="$USER_AVATAR_URL$"><img src="$USER_AVATAR_URL$" target="_blank" style="max-width:48px;" title="Нажмите для просмотра полной версии аватара"></a><img src="http://csomsk.3dn.ru/cs-online/net-avatara-csomsk.3dn.ru.gif" style="max-width:48px;"></div>
</td>
<td valign="top">
<div class="pMenu">
<a href="/index/8" target="_blank">Профиль</a> <br>
<a href="$PM_URL$" target="_blank">Л. С. ($IS_NEW_PM$0)</a> <br>
<a href="/index/11" target="_blank">Изменить</a> <br>
<a href="$LOGOUT_LINK$">Выход</a>
</div>
</td>
</tr>
</table>
<div class="pLogin">
$LOGIN_FORM$
</div>
</div>