﻿.chatbox {
	position: relative;
}

.chatbox .chatboxInnerParent {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border: solid 1px #a0a0a0;
	color: #222222;
	background-color: #f4f4f4;
}

.chatbox .chatboxTitle {
	height: 18px;
	position: relative;
}

.chatbox .chatboxTitle span {
	margin-left: 3px;
	margin-top: 2px;
	display: block;
	float: left;
	font: bold 14px Arial;
}

.chatbox .chatboxTitle a {
	display: block;
	float: right;
	margin-top: 2px;
	margin-right: 4px;
}

.chatbox .chatboxProgress {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

.chatbox .chatboxLinesOuter {
	position: absolute;
	top: 19px;
	right: 2px;
	bottom: 26px;
	left: 2px;
	overflow: auto;
}

.chatbox .chatboxLinesOuter table {
	height: 100%;
}

.chatbox .chatboxLinesOuter td {
	vertical-align: bottom;
}

.chatbox .chatboxLinesInner {
	font: 12px Arial;
	margin: 2px;
}

.chatbox .chatboxLinesInner div {
	margin-top: 3px;
	margin-left: 16px;
	text-indent: -16px;
}

.chatbox .chatboxLinesInner div br {
  display: none;
}

.chatbox .chatboxError {
	color: #ff0000;
}

.chatbox .chatboxTime {
	color: #888888;
}

.chatbox .chatboxInput {
	position: absolute;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

.chatbox .chatboxLinesOuter, .chatbox .chatboxInput input[type=text] {
	background-color: #ffffff;
	border: solid 1px #b8b8b8;
}

.chatbox .chatboxInput input[type=text] {
	vertical-align: middle;
	width: 80%;
	font-size: 12px;
}

.chatbox .chatboxInput input[type=button] {
	vertical-align: middle;
	margin-left: 2px;
	font-size: 12px;
}