html, body {
	font-family: sans-serif;
	font-size: 0.8em;
	color: black;
	background: #f0f0f0;
}

#tickerbox {
	width: 350px;
	height: 12px;
	background: white;
	padding: 1em;
}

/* Ticker Style */
.tickerstart {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.tickercontainer {
	margin: 0;
	padding: 0;
}
.tickercontainer .mask {
	position: relative;
	left: 5px;
	right: 5px;
	overflow: hidden;
}
ul.ticker {
	position: relative;
	/* left: 450px; */ /* Lenght of Box! */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.ticker a {
	text-decoration: none;
	color: #FF0099;
}
ul.ticker a:hover {
	font-weight: bold;
}
form {
	width: 370px;
	margin-top: 20px;
}
input {
	display: block;
	margin-bottom: 10px;
}