
#chat_row_1{
font-size: 12px;

border-top: 1px dotted #aaa;

background-color:#d4d4d4;

padding:2px;
}

#chat_row_2{
font-size: 12px;
border-top: 1px dotted #aaa;

padding:2px;

}

#chat_who{
font-size: 10px;
color: #777;
}

#chat_who b{
color: #000;
font-size: 11px;
}

#chat_history{
 overflow-y: auto;
 height: 410px;
 padding-right: 0px;
 padding-left: 0px;
 /*border: 1px solid #999;*/
  background: #E5E5E5;
}

#chat_message{
  margin-top: 15px;
  text-align: left;
}

#line{
 border: 1px solid #999;
  width: 280px;
    line-height: 25px;
}

#check{
 border: 1px solid #999;
  width: 80px;
 margin-bottom: 3px;
}

#box1{

/*position: absolute;*/

 position: fixed;
 width: 480px; 
 margin-left: 330px;

 background: #ccc;
 border-bottom: 3px solid #646464;


 
 /*
 overflow-x: hidden;
 overflow-y: auto;
 */
 
 opacity: 0.9;
 filter: alpha(opacity=90);
 /*border: 8px solid #FFFFaa;*/ 
 display:none;
  padding: 3px;

}

#box2{

/*position: absolute;*/

 position: fixed;
 width: 300px; 
 margin-left: 10px;

 background: #ccc;
 border-bottom: 4px solid #A2000B;
 border-left: 1px solid #A2000B;
 border-right: 1px solid #A2000B;



 /*
 overflow-x: hidden;
 */


 
 opacity: 0.9;
 filter: alpha(opacity=90);
 /*border: 8px solid #FFFFaa;*/ 
 display:none;
 padding: 3px;
 
}

#box3{

/*position: absolute;*/

 position: fixed;
 width: 300px; 
 margin-left: 830px;

 background: #E5E5E5;
 border-bottom: 3px solid #646464;



 /*
 overflow-x: hidden;
 overflow-y: auto;
 */
 
 opacity: 0.9;
 filter: alpha(opacity=90);
 /*border: 8px solid #FFFFaa;*/ 
 display:none;
 padding: 3px;
 
}


