#chatwindow {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background: url(bgnd.png);
	padding: 5px;
}

#chatwindow h1, h2, h3  {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #e77d20;
	margin-bottom: 10px;
	margin-top: 0pt;
}

#chatwindow h1 {
	font-size: 22px;
	font-weight: normal;
	padding-left: 5px;
}

#summary {
	border: 1px solid #cecece;
	background-color: #fafafa;
	padding: 20px;
	margin: 0pt 5px 20px 5px;
}

#chatLive {
	width: 430px;
	height: 130px;
	background-color: #F9FBF2;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#chatDiv {
	width: 450px;
	height: auto;
}

.chatBox {
	width: 425px; height: 80px;
}

#firstload {
	text-align: center;
	background: url(firstload.gif) no-repeat;
	height: 100px;
}

#wait {
	width: 20px;
	background: url(wait.gif) no-repeat;
	display: none;
}

.chat {
	margin: 0px 0px 2px 0px;
	padding: 2px;
	overflow: hidden;
	height: auto;
}

.timestamp {
	font-size: 10px;
	color: #999999;
}

.chatAuthor {
	padding-left: 60px;
	font-size: 12px;
	color: #5588CC;
}

.chatRight {
	background: url(chat_top.png) top no-repeat;
	width: 430px;
	padding-top: 5px;
}
.chatRightInner {
	background: url(chat_middle.png) top right repeat-y;
	padding: 0px 5px 5px 10px;
	margin-top: 5px;
}
.chatRightBottom {
	background: url(chat_bottom.png) bottom right no-repeat;
	padding-top: 2px;
	width: 430px;
}

.chatRightMod {
	background: url(chat_mod_top.png) top no-repeat;
	width: 430px;
	padding-top: 5px;
	margin-top: 5px;
}
.chatRightInnerMod {
	background: url(chat_mod_middle.png) top right repeat-y;
	padding: 0px 5px 5px 10px;
}
.chatRightBottomMod {
	background: url(chat_mod_bottom.png) bottom right no-repeat;
	padding-top: 2px;
	width: 430px;
}

.cmessage {
	font-size: 10px;
	color: #000;
}

.cmessage .chatAuthor {
	font-size: 10px;
}

.clear {
	clear: both;
	border-top: 1px solid #ccc;
	height: 1px;
	font-size: 1px;
}

.clearBtn {
	background: url(clear.png) no-repeat;
	width: 100px;
	height: 30px;
	float: left;
}
.submitBtn {
	background: url(submit.png) no-repeat;
	width: 100px;
	height: 30px;
	float: left;
}

