/* CSS Document */
.tickerstyle{
	border:2px solid #DB2204;
	background:#FFFFFF; 
	padding:0px; 
	overflow:hidden;
	position: absolute;
	right:30px;
	top:124px;
	width:200px; 
	height:auto; 
	}
.messagediv{
	display: none;
	background:#FFFFFF;
	}
