#chat {
border:0 solid;
height:200px;
margin-bottom:40px;
position:relative;
right:20px;
top:20px;
width:100%;
}
#chat_icon {
background-image:url(images/chat_icon.jpg);
float:left;
height:50px;
left:20px;
position:relative;
top:10px;
width:50px;
}
#chat_title {
border:0 solid;
color:#01947A;
float:left;
left:30px;
position:relative;
top:5px;
width:90px;
}
#chat_body {
background:url(images/chat_bg.jpg) no-repeat bottom right;
border:1px solid #01947A;
height:150px;
overflow:auto;
position:relative;
text-align:left;
top:0;
width:100%;

}
#chat_container{

}

#chat_messages {
margin:20px;
}
.chat_mess_user {
/*font-family:Arial;*/
color:#777777;
font-size:16px;
}
.mess{padding-left:20px;padding-bottom:10px;font-family:Arial}
.mess h4{color:#d90404;font-size:16px;}
.mess p{color:#e06464;font-size:16px;}

#chat_form {
border:0 solid;
clear:both;
position:absolute;
right:0;
top:167px;
width:100%;
margin:0;padding:0;
}
#chat_form_input {
float:left;
border:1px solid #01947A;
color:#F36C22;
font-size:20px;
height:27px;
margin:0;padding:0;
width:80%;
}
#chat_form_button {
background:url(images/chat_submit.jpg) no-repeat;
border:0 none;
float:right;
height:27px;
margin-left:1%;
width:17%;
}
#exit_chat {
color:#01947A;
cursor:pointer;
height:30px;
left:20px;
position:absolute;
text-decoration:underline;
top:100px;
width:100px;
}

