#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: -3px;
z-index:999;
width:100%;
}

#chatscroll a{
color:#202020;
}

#tchat_friends{
width: 160px;
font: 10pt tahoma;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
padding: 3px;
height:20px;
float: right;
}

#tchat_toolbar{
height:25px;
width:93%;
background: #BF8630;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
color:#202020;
margin: 0 auto;
}




.tchat_friends_list_box{
font: 10pt tahoma;
height: 120px;
width: 250px;
background: #FFF;
border: 1px solid #000000;
border-bottom: none;
visibility: hidden;
position: absolute;
top: -121px;
right: 5%;
}

#tchat_friends_list_box ul{
list-style: none;
}

#tchat_friends_list_box a{
text-decoration: none;
}

.tchat_close{
width: 100%;
height: 17px;
background:#BF8630;
color: #FFF;
font weight: bold;
text-align: right;
cursor: hand;
}