#chatMain
{
	position: fixed;
	bottom: 0px;
	width: 150px;
	font-family:'Lucida Casual', 'Comic Sans MS';
	font-weight: 900;
	font-size: 12px;
	z-index: 101;
	margin-bottom: 5px;
}

#chatWrapper
{
	min-height: 20px;
	background-color: #83d7e8;
	padding: 2px;
	border: solid 2px #0000ff;
}

.chatHolder
{
	min-height: 10px;
	background-color: #83d7e8;
	padding: 5px;
	border: solid 2px #0000ff;
	margin-top: 10px;
}

#loadChat
{
	position: relative;
	cursor: pointer;
	width: 75px;
	margin: auto;
	margin-bottom: 10px;
}

.chatHistory
{
	width: 130px;
	height: 150px;
	overflow: auto;
	background-color: #ffffff;
}

.chatRed
{
	color: #ff0000;
}

.chatBlue
{
	color: #0000ff;
}

.chatHeaderBox
{
	position: relative;
	border-bottom: solid 2px #ffffff;
	margin-bottom: 10px;
}

.chatClose
{
	position: relative;
	left: 100px;
	width: 10px;
	cursor: pointer;
}

.chatClose a
{
	color: #ff0000;
}

.chatClose a:hover
{
	color: #ff0000;
}

.chatClose a:visited
{
	color: #ff0000;
}

.chatCurrentFriend
{
	position: relative;
}