﻿div.Chat
{
	background			: url(/includes/images/contact/chatback.png) repeat-y top left;
	height				: 550px;
	width				: 100%;
}

div.Chat div 
{
	background			: url(/includes/images/contact/chathead.png) no-repeat top left;
	height				: 100%;
	width				: 100%;
}

div.Chat div div
{
	background			: url(/includes/images/contact/chatfooter.png) no-repeat bottom left;
	height				: 100%;
	width				: 100%;
}

div.Chat div div div
{
	background			: url(/includes/images/contact/chathead.png) no-repeat top left;
	padding				: 50px 30px 30px 30px;
	height				: 100%;
	width				: 100%;
}

div.Chat div div div div
{
	background			: #FFFFFF;
	padding				: 0px;
	overflow-y			: scroll;
	overflow-x			: none;
	height				: 395px;
	width				: 90%;
	font-size			: 12px;
}

div.Chat div div div table
{
	background			: #FFFFFF;
	padding				: 0px;
	height				: 55px;
	width				: 90%;
	margin-top			: 5px;
}