.chat_table_form td{
    padding:0px 5px 3px 5px;
}

.chat_table_header th {
    color:#fff;
    font-size: 12px;
    font-weight:bold;
    height:32px;
    padding-left:25px;
    text-align:left;
}

#chat_window {

    position:fixed;
    width: 290px;
    height:300px;

    z-index:100;
    top:0px;
    background-image:url(/images/chat_bg.png);
}

#chat_window_close{
    float: right;
    font-size:14px;
    line-height:14px;
    right:6px;
    color:#0C5094;
    font-weight:700;
    cursor:pointer;
    margin-right:8px;
}

#chat_window_recipients {
    float: left;
    width: auto;
    margin: 2px;
    padding: 2px;
    background-color:#c9ddf7;
    border:1px solid #a9c6ef;
}

#chat_message_window, .chat_message_window
{
    width: 273px;
    height: 141px;
    overflow-y: scroll;
    overflow-x:hidden;
    font-size:12px;
	border:1px solid #a9c6ef;
	margin-top:2px;
}
#chat_message{
    width: 267px;
    height: 70px;
    border:1px solid #CCC;
    font-size:12px;
    font-family:Tahoma, Geneva, sans-serif;
    padding:3px;
    overflow-x:hidden;
	margin-bottom:1px;

}
#chat_message_window p, .chat_message_window p
{
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
}

p.operator {
	padding:2px;
    background-color: #d5e1ec;
	
	border-bottom:1px dashed #bac7d3;
}
.operator img{
	vertical-align:middle;
}
.operator strong{
	
	color:#30506b;
}
p.visitor {
	padding:2px;
    background-color: #dde9f4;
	border-bottom:1px dashed #bac7d3;
}
.visitor img{
	vertical-align:middle;
}
.chat_table_foot a{
    vertical-align:middle;
}
.chat_table_foot td{
    text-align:center;
    padding-top:3px;
}
a:link.btn_link,a:visited.btn_link{
    border:1px solid #bdbdbd;
    padding:2px 10px 3px 10px;
    background-image:url(/images/footbg_btn.gif);
    color:#000;
    font-weight:normal;
    vertical-align:middle;
    font-size:11px;
    text-decoration:none;
}
a.btn_link:hover{
    background-image:url(/images/footbgsel_btn.gif);
    color:#000;
    font-weight:normal;
}
input.btn_submit{
    border:1px solid #bdbdbd;
    background-image:url(/images/footbg_btn.gif);

    padding:1px 10px 2px 10px;

    color:#000;
    font-weight:normal;
    font-size:11px;
}
.btn_submit_span{

}
input.btn_submit:hover{
    background-image:url(/images/footbgsel_btn.gif);
    color:#000;
    font-weight:normal;
}
.chat_cloud{
	margin-top:3px;
	float:left;
	vertical-align:middle;
}

.grey_text {
    color: #9c9c9c;
}
