#dragging,
#dragging *,
#dragging #chatbox * {
	cursor: move;
}

#messages {
	height: 234px;
	background-color:white;
	border: solid silver 1px;
	overflow: auto;
	padding: 5px;
	margin-bottom: 3px;
}

#line {
	position: absolute;
	display: block;
	width: 368px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 17px;
	padding: 3px 5px 0;
	border: solid silver 1px;
}

#messages p {
	margin: 0.5em 0;
}

#messages p.status {
	color: #00a;
}

#messages div.message {
	border: solid #ccc 1px;
	background-color: #ffe;
	-moz-border-radius: 6px;
	padding: 0.4em 0.5em;
	margin-bottom: 5px;
}

#messages p.presence {
	color: #080;
}

#messages div.message strong {color: #b735bb; float: left; width: 50px;}
#messages div.message p {
	margin: 0 0 4px 60px;
}
#messages .message.you strong {color: #092d94}
#messages .message.you {
	background-color: #fcfcfc;
}

#messages .error {
	color: #800;
	height: 16px;
	padding: 2px;
	padding-left: 26px;
	margin-left: 5px;
	background: url('assets/warning.png') center left no-repeat;
}

#chatbox {
	width: 380px;
	height: 271px;
	padding: 19px 10px 10px;
	
	background: url('assets/chatbox.png') no-repeat;
	color: black;
	font-size: 10pt;
	text-align: left;
	cursor: move;
	
	position: absolute;
	z-index: 10000;
	left: 0;
	top: 0;
}

#chatbox * { cursor: default; }

#minimize {
	position: absolute;
	left: 10px;
	top: 9px;
	cursor: pointer;
}
