.chatbox {
position: fixed;
width: 225px;
display:none;
}

.chatboxhead {
background-color: #717ad9;
background-image:url(../images/chat_msg.jpg);
background-repeat:repeat-x;
padding:7px;
color: #ffffff;
border-right:1px solid #717ad9;
border-left:1px solid #717ad9;
}

.chatboxblink {
background-color: #f9ab03;
background-image:url(../images/chat_smsg.jpg);
background-repeat:repeat-x;
border-right:1px solid #f9ab03;
border-left:1px solid #f9ab03;
}

.chatboxcontent {
font-family: arial,sans-serif;
font-size: 13px;
color: #333333;
height:200px;
width:209px;
overflow-y:auto;
overflow-x:auto;
padding:7px;
border-left:1px solid #717ad9;
border-right:1px solid #717ad9;
border-bottom:1px solid #eeeeee;
background-color: #ffffff;
line-height: 1.3em;
background-image:url(../images/chat_bg.jpg);
background-position: bottom;
background-repeat:no-repeat;
}

.chatboxinput {
padding: 5px;
background-color: #ffffff;
border-left:1px solid #717ad9;
border-right:1px solid #717ad9;
border-bottom:1px solid #717ad9;
}

.chatboxtextarea {
width: 160px;
height:36px;
padding:3px 0pt 3px 3px;
border: 1px solid #eeeeee;
margin: 1px;
overflow:hidden;
}

.chatboxtextareaselected {
border: 2px solid #FFAC59;
margin:0;
}

.chatboxmessage {
margin-left:1em;
}

.chatboxinfo {
margin-left:-1em;
color:#666666;

}

.chatboxmessagefrom {
margin-left:-1em;
font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
float: right;
}

.chatboxoptions a {
text-decoration: none;
color: white;
font-weight:bold;
font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
text-transform: capitalize;
color:#333;
font-weight:bold;
float: left;
}
#blockchat
{
display: block;
border:1px solid #ff242d;
position:fixed;
margin:25%;
width:480px;
}
.bbaner
{
background-image: url(../images/bchat_msg.png);
background-position:left;
background-repeat: no-repeat;
height:28px;
color:#FFF;
}
