/* CSS Document */

td.xscale {
 font-size:10px;
}

/* for the lines */


div#vrgraphs{
 position:relative;
}

div#linegraph {
position:absolute;
top:0px;
left:30px;
}

.line{
 position:absolute;
}

#preload {
 height:0;
 overflow:hidden;
 display:none;
}

td.yaxis {
 width:30px;
 border-right:solid 1px #000;
 padding-right:3px;
 font-size:8px;
}


td.yaxis2 {
 width:60px;
 border-left:solid 1px #000;
 padding:0;
 padding-left:3px;
 margin:0;
}


div#lastRate {
 position:absolute;
 font-weight:bold;
 color:#f60;
 width:50px;
}

div#form ul {
 padding:0; margin:0;
 list-style-type:none;
 padding-bottom:1em;
}
div#form li {
 display:inline;
 padding-right: 1em;
}