#newsticker {
	position:absolute;
	top:295px;
	left:60px;
	}

#newsticker input {
	color:#ffffff;
	font:12px "Arial", Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding:5px;
	background:#8f6e9b;
	opacity:0.85;
   -moz-opacity:0.85;
   filter:alpha(opacity=85);
	}
	
#newsticker a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	}
	
#newsticker a:hover, #newsticker a:active {
	text-decoration:underline;
	}