img {
display:inline;
}
.chat-box-div {

z-index: 1200;
left: 163px;
top: 110px;
}
.chat-box-div .left-top {
/*background: transparent url(images/chat_box_corner_left_top.png) no-repeat top right;*/
width:13px;
height:10px;
overflow:hidden;
}
.chat-box-div .top {
/*background: transparent url(images/chat_box_top.png) repeat-x bottom;*/
height:10px;
width:403px;
overflow:hidden;
}
.chat-box-div .right-top {
/*background: transparent url(images/chat_box_corner_right_top.png) no-repeat top left;*/
width:17px;
height:10px;
overflow:hidden;
}
.chat-box-div .left-1 {
/*background: transparent url(images/chat_box_left_1.png) no-repeat top right;*/
width:13px;
height:118px;
}
.chat-box-div .left-2 {
/*background: transparent url(images/chat_box_left_2.png) no-repeat top right;*/
width:13px;
height:115px;
}
.chat-box-div .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;
height:118px;
}
.chat-box-div .right-2 {
/*background: transparent url(images/chat_box_right_2.png) no-repeat top left;*/
width:17px;
height:115px;
}

.chat-box-div .left-bottom {
/*background: transparent url(images/chat_box_corner_left_bottom.png) no-repeat top right;*/
width:13px;
height:17px;
}
.chat-box-div .bottom {
/*background: transparent url(images/chat_box_bottom.png) repeat-x top;*/
height:17px;
width:403px;
}
.chat-box-div .right-bottom {
/*background: transparent url(images/chat_box_corner_right_botto.png) no-repeat top left;*/
width:17px;
height:17px;
}
.chat-box-div .content {
background: transparent url(../windows/chat_box_bg.jpg);
width:403px;
height:233px;
}
.chat-box-div .title {
font:bold 12pt Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}
.chat-box-div #tabs-table {
border-bottom:1px solid #bfd7ea;
border-top:1px solid #f68522;
}
hr.orange {
color:#f68522;
background-color:#f68522;
border: 0px;
width: 96%;
height:1px;
padding:0px;
}
hr.blue {
color:#bfd7ea;
background-color:#bfd7ea;
border: 0px;
width: 96%;
height:1px;
padding:0px;
}
.chat-box-div .tabs {
height:22px;
width:383px;
overflow:hidden;
overflow-x: hidden;
overflow-y: hidden;
white-space:nowrap;
}

.chat-box-div.tabs div {
float:left;
width:120px;
height:20px;
/*display:inline;*/
border:1px solid silver;
white-space:nowrap;
overflow:hidden;
padding:2px;
border-left:none;
border-bottom:none;
text-align:center;
background-color:#FFFFFF;

}
.chat-box-div.tab {
}

.chat-box-div.tab a{
}
.tabs div.selected {
background-color:#b0e0e6
}
.chat-box-div .chat_box {
border: 0px solid #000000;
z-index: 1009;
overflow-x: hidden;
overflow-y: auto;
vertical-align:bottom;
width:393px;
height:120px;
padding:0px;
margin-bottom:5px;
}
.chat-box-div .input-area {
background: transparent url(../windows/chat_box_input.jpg) no-repeat top left;
height:50px;
width:315px;
}
.chat-box-div .input-area textarea{
/*border:1px solid #000000;*/
border-style:none;
height:40px;
width:300;
font: 8pt Verdana, Arial, Helvetica, sans-serif;
white-space:normal;
}

