#chat_1_window ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
.chat_notify_name{
color: red;
font-weight:bold
}


#chatwrapper{
position: fixed;
left: 1px;
bottom: -5px;
z-index:999;
width:100%;
}

#chatscroll a{
color:#202020;
}

#tchat_friends{
width: 160px;
font: 10pt tahoma;
border-right: 1px solid #b5b5b5;
border-left: 1px solid #b5b5b5;
padding: 3px;
height:18px;
float: right;
margin-right: 30px;
}

#tchat_toolbar{
height:25px;
width:100%;
background:#e5e5e5;
border-top: 1px solid #b5b5b5;
color:#202020;
}




.tchat_friends_list_box{
font: 10pt tahoma;
height: 120px;
width: 250px;
background: #FFF;
border: 1px solid #b5b5b5;
border-bottom: none;
visibility: hidden;
position: absolute;
top: -120px;
right: 30px;
}

#tchat_friends_list_box ul{
list-style: none;
}

#tchat_friends_list_box a{
text-decoration: none;
}

.tchat_close{
width: 100%;
height: 17px;
background:#3b5998;
color: #FFF;
font weight: bold;
text-align: right;
cursor: hand;
}
