#chatContainer {
	margin-top: 0px;
}

#scrollDiv {
        background: #999999;
        height: 375px;
	width:700px;
	color: #222222;
        overflow-y: scroll;
	font-weight: normal;
	text-align: left;
	border-style: groove;
	border-width: 1px 0px 0px 1px;
	border-color: black;
}

#scrollDiv a {
	color: #666699;
}

#listDiv {

}
#chatDiv {
        background: #6666FF;
}

#chatForm {
	text-align: left;
	width: 500px;
	margin-top: 10px;
}

#daddyText {
	border: 1px #9999FF solid;
}

#nickname-box {
	border: 1px #9999FF solid;
}


.disabledText {
	-moz-user-input: disabled;
	background: #999999;
}


.shoutbox-list-time {
	width: 9ex;
	color: #777777;
}

.shoutbox-list-nick {
}

.shoutbox-list-message {
}
	

.chat-item {
	background: #e5e5e5;
	display: none;
	border-bottom: 1px solid #333333;

}

.chat-item-admin {
	background: #e5e5e5;
	display: none;
	border-bottom: 1px solid #333333;
}


.chat-item-admin .shoutbox-list-message {
	color: #225522;
}

.chat-item-guest {
	background: #e5e5e5;
	display: none;
	border-bottom: 1px solid #333333;
}

.chat-item-guest .shoutbox-list-message {
	color: #999999;
}

.chat-item-mod {
	background: #000000;
	display: none;
	border-bottom: 1px solid #333333;
}

.chat-item-owner {
	background: #c5c5c5;
	display: none;
	border-bottom: 1px solid #333333;
}
