#shoutbox {
	border: 1px solid #0A5485;
	width:175px;
	text-align:left;
	margin-left: auto;
	margin-right:auto;
}
#shouts_container {
	height: 250px;
	overflow: auto;
	background-color: #eeeeee;
	font: normal 12px Arial,Helvetica,Sans-Serif;
	padding:2px;
}
#shoutbox_loading {
	text-align:center;
}
#shoutbox_content .sb_autor {
	padding-top:5px;
	color: #ff555;
}
#shoutbox_content .sb_message {
	padding-bottom: 3px;
	border-bottom: 1px dashed #000000;
}
#archiv_link {
	font-size: 12px;
	margin-left: 10px;
}
#reload_gif {
	float:right;
	margin-right: 5px;
}
#input {
	margin: 5px;
}
#input_msg {
	font-size: 12px;
	color: #ff0000;
}
#input_loading {
	text-align:center;
}
#inputform {
	margin: 0;
}
#inputform .text {
	width: 145px;
	background-color: #f4f4f4;
	border: 1px solid #888888;
	font: 11px Arial;
}
#inputform .button {
	width: 50px;
	margin-top: 4px;
	background-color:#0A5485;
	border:1px solid #888888;
	color: #ffffff;
	font: bold 11px Arial,Helvetica,Sans-Serif;
}
#admin_link {
	text-align: center;
	font-size: 11px;
	color: #000000;
}
/*tooltip*/
.tool {
	cursor: pointer;
}
div.tool-tip {
	width: 170px;
	text-align: center;
	z-index: 100;
	background-color:#0A5485;
	border:1px solid #888888;
	color: #ffffff;
}
div.tool-title {
	color: #fff;
	margin: 0;
	padding: 0 5px 15px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 1px #222;
	font-size: 13px;
}
div.tool-text {
	margin: 0;
	padding: 0 5px 15px;
	text-shadow: 2px 2px 1px #222;
	font-size: 11px;
}

