#shoutbox {
	width: 250px;
	margin: 0;
	padding: 0;
	color: #cccccc;
}

#shoutbox strong {
	color: #ffffff;
}

#shoutbox_form {
	width: 250px;
	color: #cccccc;
	font-size: 12px;
}

#shoutbox_form tr td {
	font-size: 12px;
	color: #cccccc;
}

#sb_name {
	height: 20px;
	width: 200px;
	margin: 0 auto;
	border: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	
	background-color: #00024f;
	background-image: url('../images/inputbg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #000115;
}

#sb_text  {
	width: 240px;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	border: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	
	background-color: #00024f;
	background-image: url('../images/inputbg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #000115;
}

input.button {
	color: #ffffff;
	background-color: #00024f;
	background-image: url('../images/roundbar.gif');
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
}

#sb_insert {
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
	padding: 3px;
}

#sb_insert .red {
	background-color: #FF0000;
}

#sb_insert .green {
	color: #000000;
	background-color: #00FF00;
}

#menu {
	color: #cccccc;
}

#numbers {
	color: #FFFFFF;
	font-size: 12px;
}
#numbers strong {
	font-weight: bolder;
	color: #FFFFFF;	
}

#numbers a {
	text-decoration: none;	
}

#numbers a:link, #numbers a:visited {
	color: #0033FF;
}

#numbers a:hover, #numbers a:active {
	
}

#shoutbox_big {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
}

#shoutbox_big div.caption{
	margin-top: 5px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	background-image: url('../images/roundbar.gif');	
	background-position: top;
	background-repeat: repeat-x;
	line-height: 20px;
}

#shoutbox_big div.content{
	font-size: 12px;
}

#insertForm {
	margin: 0 auto;
}


