#status-btn{ position: relative; top: 4px; left: 0; width: 20px; height: 20px; cursor: pointer; text-align: left; display: inline;}
#status-current{padding:1px; margin:-1px;}
#status-current:hover{background-color:#f1f3ff;border:1px solid gray;margin:-2px;}
#status-drop{position: absolute; top: 12px; left: -2px;; width: 140px; text-align: left; background-color: #fff; border: 1px solid #6ea2b7; padding: 2px;}
#status-drop a{ font: 11px Verdana; text-decoration: none; color: #6ea2b7; padding-left: 20px; height: 18px; display: block;}
#status-drop a:hover{ background-color: #eaf6f9;}
.status-online{ background:url(../status/status_online.png) no-repeat;}
.status-brb{ background:url(../status/status_brb.png) no-repeat;}
.status-voyeur{ background:url(../status/status_voyeur.png) no-repeat;}
.status-invisible{ background:url(../status/status_off_invisible.png) no-repeat;}
.status-fullinvisible{ background:url(../status/status_off_fullinvisible.png) no-repeat;}
.status-reject{ background:url(../status/status_reject.png) no-repeat;}
.status-free{ background:url(../status/status_free.png) no-repeat;}
.status-hidden{ background:url(../status/status_off_hidden.png) no-repeat;}
