.chatDiv
{
	display:none;
	z-index: 99999999;
	position: absolute;
	top: 90px;
	left: 90px;
	border: 1px solid black;
	width: 500px;
	background-color: white;
}
.chatDiv *
{
	padding: 0;
	margin: 0;
}
.chatDiv img
{
	border: 0;
}

.chatDiv .titleBar
{
	font-size: 15px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;;
	background: url(titlebar.gif);
	height: 20px;
}
.chatDiv .icons
{
	padding-top: 1px;
	margin-right: 20px;
	float:right;
}

.chatDiv .talkBox
{
	width: 490px;
	overflow-y: scroll;
	height: 250px;
	border-style: inset;
}
.chatDiv .loginBox
{
	height: 250px;
	padding: 30px;
}
.chatDiv .typeBox
{
	height: 40px;
}
.chatDiv .typeBox .text
{
	height: 30px;
	font-size: 15px;
	width: 400px;
}
.chatDiv .typeBox .submit
{
	margin-left: 20px;
}
.chatPopup { 
display:none;
cursor: pointer;
position: absolute;
right: 50px;
bottom: 50px;
border: 1px solid black;
width: 140px; 
height: 60px;
}
.chatPopup .title
{
	padding-left: 8px;
	font-size: 14px;
	height: 20px;
	background: url(titlebar.gif);
	font-weight: bold;
	color: #FFFFFF;;
}
.chatPopup .content
{
	padding-left: 10px;
	padding-top: 5px;
	background: #222;
	height: 35px;
	color: #CCC;
}
