img {
display:inline;

}
.buddy_window {
position:absolute;
}
.buddy_window .left-top {
/*background: transparent url(images/chat_box_corner_left_top.png) no-repeat top right;*/
width:13px;
height:10px;
overflow:hidden;
}
.buddy_window .top {
/*background: transparent url(images/chat_box_top.png) repeat-x bottom;*/
height:10px;
overflow:hidden;
}
.buddy_window .right-top {
/*background: transparent url(images/chat_box_corner_right_top.png) no-repeat top left;*/
width:17px;
height:10px;
overflow:hidden;
}
.buddy_window .left-1 {
/*background: transparent url(images/chat_box_left_1.png) no-repeat top right;*/
width:13px;
}
.buddy_window .left-2 {
/*background: transparent url(images/chat_box_left_2.png) no-repeat top right;*/
width:13px;
height:115px;
}
.buddy_window .right-1 {
/*background: transparent url(images/chat_box_right_1.png) no-repeat top left;*/
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/chat_box_right_1.png', sizingMethod='scale');*/
width:17px;
}
.buddy_window .right-2 {
/*background: transparent url(images/chat_box_right_2.png) no-repeat top left;*/
width:17px;
height:115px;
}

.buddy_window .left-bottom {
/*background: transparent url(images/chat_box_corner_left_bottom.png) no-repeat top right;*/
width:13px;
height:17px;
}
.buddy_window .bottom {
/*background: transparent url(images/chat_box_bottom.png) repeat-x top;*/
height:17px;
}
.buddy_window .right-bottom {
/*background: transparent url(images/chat_box_corner_right_botto.png) no-repeat top left;*/
width:17px;
height:17px;
}
.buddy_window .win_content {
background: #FFFFFF url(/images/windows/chat_box_bg.jpg);
}
.buddy_window .title {
font:bold 12pt Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}
.buddy_window .title_row {
border-bottom:1px solid #bfd7ea;
}
.buddy_window .window_content{
width:100%;
/*height:200;*/
background: White;
overflow-y: auto;
overflow-x: hidden;
}
