#shoutbox_contentOuter {
	overflow: hidden;
	position: relative;
	height: 600px;
}

#shoutbox_content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.ajax_shoutbox_message {
	border-bottom: 1px #acacac solid;
	padding-bottom: 2px;
	padding-top: 5px;
	width: 100%;
}

.ajax_shoutbox_header {
	padding-bottom: 2px;
}

.ajax_shoutbox_author {
	font-weight: bold;
}

.ajax_shoutbox_author:hover {
	text-decoration: none;
}

.ajax_shoutbox_date {
	color: #8c8c8c;
	font-style: italic;
	font-size: 8px;
	float: right;
}

.ajax_shoutbox_text {
	padding-left: 5px;
}

.ajax_shoutbox_link {
	color: red;
	font-weight: bold;
}

.ajax_shoutbox_tooltip {
	background-color: #3d3d3d;
	border: 1px #acacac solid;
	padding: 2px;
	float: left;
	white-space: nowrap;
	width: 260px;
}

.ajax_shoutbox_tooltip img {
	float: left;
	padding: 0 5px 0 0;
}

.ajax_shoutbox_tooltip .desc {
	font-weight: bold;
}

.ajax_shoutbox_tooltip .info {
	font-style: italic;
}

.ajax_shoutbox_tooltip .offline {
	color: red;
}

.ajax_shoutbox_tooltip .online {
	color: green;
}

.ajax_shoutbox_mask {
	width: 100%;
	height: 20px;
	background: #f6f6f6 url(images/mask.png) repeat-x;
}

.ajax_shoutbox_help {
	font-size: 11px;
	color: #e0e0e0;
}

.ajax_shoutbox_help_header {
	font-weight: bold;
}
