﻿
.SupportChat .Login TD.Label, .SupportChat .Login TD.CheckLabel
{
	padding-bottom: 10px;
}

.SupportChat .Login TD.Input, .SupportChat .Login TD.CheckInput
{
	padding-bottom: 10px;
}

.SupportChat .Login TD.CheckInput, .SupportChat .Login TD.CheckLabel
{ vertical-align: middle; }
.SupportChat .Login TD.CheckInput INPUT
{ width: 16px; height: 16px; margin: 2px 5px 2px 0px; padding: 0px; }

.SupportChat .Login .Label, .SupportChat .Login TD.CheckLabel
{
	color: #666666;
}

.SupportChat .Login .Input INPUT
{
	width: 234px;
	font-family: Lucida Console, Courier New, Courier, Monospace;
	font-size: 11px;
	color: #333333;
	margin: 0px;
}

.SupportChat .Login .Button INPUT, .SupportChat .Conversation .InputArea .Button
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	background-image: url(../images/button-gray-100x25.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	margin: 0px;
	height: 25px;
	width: 100px;
}

.SupportChat .Login .InputError
{
	font-weight: bold;
	color: #990000;
}



.SupportChat .Conversation .HistoryScreen
{
	width: 470px;
	height: 400px;
	overflow: auto;
	overflow-y: scroll;
}

.SupportChat .Conversation .HistoryScreen .ItemIntro
{
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #333333;
	font-size: 10px;
	background: #E5D8E0;
	/*background: #E5D8E0;*/
	/*border-color: #A67B96;
	border-style: solid;
	border-width: 1px;/* */
	/*border-right: 20px solid #A67B96;
	border-left: 20px solid #A67B96;*/
}

.SupportChat .Conversation .HistoryScreen .ItemUser, .SupportChat .Conversation .HistoryScreen .ItemAgent
{
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.SupportChat .Conversation .HistoryScreen .ItemUser
{
	background: #EBEED7;
	border-left: 20px solid #B9C576;/* */
	/*border-color: #B9C576;
	border-style: solid;
	border-width: 1px 1px 1px 20px;/* */
}

.SupportChat .Conversation .HistoryScreen .ItemAgent
{
	background: #E5D8E0;
	border-right: 20px solid #A67B96;/* */
	/*border-color: #A67B96;
	border-style: solid;
	border-width: 1px 20px 1px 1px;/* */
}

.SupportChat .Conversation .HistoryScreen .ItemUser .Author, .SupportChat .Conversation .HistoryScreen .ItemAgent .Author
{
	color: #666666;
	font-weight: bold;
	margin-right: 5px;
	font-size: 10px;
}

.SupportChat .Conversation .HistoryScreen .ItemUser .Time, .SupportChat .Conversation .HistoryScreen .ItemAgent .Time
{
	color: #666666;
	font-size: 10px;
}

.SupportChat .Conversation .HistoryScreen .ItemUser .Text, .SupportChat .Conversation .HistoryScreen .ItemAgent .Text
{
	color: #333333;
	font-size: 12px;
}


.SupportChat .Conversation .InputArea TEXTAREA
{
	width: 244px;
	height: 100px;
	font-family: Lucida Console, Courier New, Courier, Monospace;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	resize: none;
}







