#logged_out{
width:250px;
color:#fff;
font-family:Tahoma,sans-serif;
display:none;
position:fixed;
top:25px;
right:25px;
z-index:50;
}
#logged_out a{
color:#c5c5c5;
text-decoration:none;
}
#logged_out .top{
width:250px;
height:15px;
background:url(../images/login_n_top.png) no-repeat;
}
#logged_out .bot{
width:249px;
height:16px;
background:url(../images/login_n_bot.png) no-repeat;
}
#logged_out .mid{
width:249px;
background:url(../images/login_n_mid.png) repeat;
text-align:center;
}