.live-help-bg
{
 background-image:url(/images/live-help-bg.gif);
 margin:0px;
 background-repeat:no-repeat;
}
.powered-by-extensive, .powered-by-extensive A
{
 font-size:11px;
 text-align:left;
 font-style:italic;
 color:#0142FE;
 font-weight:bold;
 padding-right:5px;
}
.shadow
{
 background-image:url(/images/shadow.gif);
}
.chatName
{
 	height:100%;
	font-size:.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px;
	background-color:#EEEEEE;
  vertical-align:top;
	font-weight:bold;
}
.chatMessage
{
 	height:100%;
	font-size:.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px;
	background-color:#EEEEEE;
}
.invite
{
	background-color:#EE8888
}

/* --------------------- Alignment --------------------- */

.right
{
  text-align:right;
}
.center
{
	text-align:center;
}
.left
{
	text-align:left;
}

#chatFrame
{
	display: inline;
	background-color: white;
	width: 100%;
	height: 250px;
}
.container
{
	width: 450px;
	border: 1px solid black;
}
#messageText
{
	width: 100%;
	height: 50px;
	background-attachment: fixed;
}
