.chatbox {
	/*position:expression("absolute");*/
	width: 214px;
    z-index: 997;
    position: absolute;
    bottom: 30px;
    right: 0px;
}

.chatboxhead {
	background-color: #000;
	padding:7px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
    position: relative;
    height: 35px;
}

    .chat_thumb {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 5px;
        top: 5px;
        border: 1px solid #666;
    }

.chatboxblink a {
	background: #000;
	color: red;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #fff;
	height:200px;
	width:200px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
    border-top:5px solid #F3921D;
	border-bottom:5px solid #F3921D;
	background: url(../images/bottom_bar/bg.png);
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
    background: url(../images/bottom_bar/bg.png);
}

.chatboxtextarea {
	width: 197px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #666;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 1px solid #000;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#999;
    font-size: 11px;
    font-style: italic;
}

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

.chatboxmessagecontent {
}

.chatboxoptions {
	position: absolute;
    right: 5px;
}

.chat_options_tab {
    background: url(../images/bottom_bar/options_tab.png) no-repeat right;
    text-align: right;
    padding: 3px 4px 0 0;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    float: left;
    display: inline;
    padding: 0;
    background: none;
}

.chatboxtitle {
    position: absolute;
    left: 47px;
    top: 5px;
}