.ticker {
	display: none;
	list-style-type: none;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	color: #C86800;
}

.tickerbg {
	background-image: url(tickerbg.png);
	border: 2px solid #000000;
	height: 60px
}

.myshout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C86800;
	background-color: #5E0707;
	border: 1px solid #222;
	height: 16px;
	width: 100%;
	margin-top: 4px;
}

.shoutbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #5E0707;
	height: 20px;
	border: 1px solid #222;
	margin-top: 4px;
	margin-left: 7px;
}