  table,td,tr {border-spacing:0; border:0; padding:0; margin:0;}
      body { margin:0; width:100%; height:100%; font-size:8pt; font-family:tahoma,verdana,helvetica,sans-serif; background:  #090101 url(http://coyote-sports.com/coyoteBG2Red.png) repeat-x; }
      td,tr,span,div, input { font-size:8pt; font-family:tahoma,verdana,helvetica,sans-serif; }
      div.main { width:900px; height:660px; top:200px; margin:auto auto auto auto; }
      div.block { display:none; width:260px; height:150px; padding:20px; background: url(../card.png) no-repeat center; }
      td.login { vertical-align:top; width:280px; height:170px; padding:10px; background:url(../card_login.png) no-repeat center;  }
      input.tb { width:115px; margin-left:15px; height:27px; border: 1px solid #aeaeae; background-color:#eeeeee; padding:2px; font-size:13pt; margin-top:5px; }
      tr.blocks { height:190px; }
      div.hint { background:url(../hint.png) no-repeat; width:238px; height:22px; margin-top:3px; margin-left:15px; padding-left:8px; padding-top:18px; }
      .tooltip { -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; background-color:#000; border:1px solid #fff; padding:5px 8px; width:100px; display:none; color:#fff; text-align:left; font-size:12px; }
     .tooltipd { -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; background-color:#000; border:1px solid #fff; padding:5px 8px; width:100px; display:none; color:#fff; text-align:left; font-size:12px; }
	 .tw {height:37px;}
	 
	 	/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 150px; 
height: 20px; 
margin: 0; 
padding: 0
float:left;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 0px;
width: 150px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 150px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
white-space: nowrap;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;

} 

	