#liveChatAgentWantChatContainer
{
	display: none;
	width: 100%;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 30%;
	left: 0;
}
.agentWantChatHTML
{
	width: 500px;
	padding: 10px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	background: #000;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90);-moz-opacity: 0.9;-khtml-opacity: 0.9;opacity: 0.9;
}

#liveChatContainer
{
	position: fixed;
	width: 400px;
	height: 450px;
	bottom: 0;
	right: 10px;
	border: 8px solid #000;
	border-bottom: 0;
	margin-bottom: -420px;
	background: #fff;
	z-index: 10000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;
}

.liveChatHeader
{
	height: 25px;
	background: #000;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.showHide
{
	float: right;
	vertical-align: middle;
}

.alert
{
	background: #bf1e2e;
	color: #fff;
	text-align: center;
	padding: 5px;
	position: absolute;
	left: 10px;
	top: -23px;
	width: 15px;
	height: 15px;
	z-index: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000;
	display: none;
}

.liveChatWrapper
{
	height: 388px;
}

.liveChatNow
{
	padding: 10px;
	height: 365px;
	overflow: auto;
	position: relative;
}

.liveChatFooter
{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding: 5px;
	width: 390px;
}

.liveChatStartChatNotice
{
	margin-bottom: 15px;
	font-size: 11px;
}

#startChat div
{
	margin-bottom: 15px;
}

#startChat label
{
	font-weight: bold;
	display: block;
}

#startChat .text
{
	width: 358px;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 11px;
}

#startChat .errorText, #startChat .errorTextarea
{
	border: 2px solid #bf1e2e !important;
}

#startChat .textarea
{
	width: 358px;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 11px;
	height: 80px;
}

#startChat .submit
{
	background: #000;
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
}
#startChat .submit:hover
{
	background: #bf1e2e;
}

#startChat .req
{
	color: #bf1e2e;
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	vertical-align: middle;
}

#startChat .rightPos
{
	float: right;
	margin-right: 12px;
}

 .pleaseWait, .connecting
{
	position: absolute;
	top: 40%;
	left: 0;
	text-align: center;
	padding: 20px 0;
	width: 100%;
}

.middle
{
	vertical-align: middle;
	margin-right: 5px;
}

.ajaxError
{
	background: #bf1e2e;
	border: 1px solid #000;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px;
	display: none;
}

.fieldError
{
	border: 1px solid #bf1e2e !important;
}

.firstMsg
{
	padding: 5px;
	border: 1px solid #ddd;
	background: #fdf6bb;
	color: #000;
	font-size: 12px;
}

.allMessages
{
	height: 290px;
	overflow: auto;
	border: 1px solid #ddd;
	margin-top: 5px;
	word-wrap:break-word;
}

.postMessage
{
	margin-top: 10px;
}
.postMessage .textarea
{
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 11px;
	width: 368px;
	height: 25px;
}
.postMessage .submit
{
	background: #000;
	padding: 5px 10px;
	border: 1px solid #ddd;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
}

#chatMessage
{
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

#chatMessage .sender, #chatMessage .agent
{
	margin: 5px 5px 0px 5px;
	color: #999;
	font-weight: bold;
}

#chatMessage .agent
{
	color: #bf1e2e;
}

#chatMessage .msg
{
	margin: 0 5px 5px 5px;
}

#ajaxLoaderImg
{
	margin-left: 5px;
}

.posting
{
	float: right;
	margin-right: 5px;
}

.endChat
{
	float: left;
	margin-left: 10px;
	color: #fdf6bb;
	text-decoration: underline;
	cursor: pointer;
}

.typing
{
	color: #ccc;
	font-size: 10px;
	margin: 10px;
}

.agentsBusy
{
	font-size: 11px;
	color: #bf1e2e;
}
.agentsBusy a
{
	color: #bf1e2e;
}

.error
{
	background: #bf1e2e;
	color: #fff;
	padding: 5px;
}