	#plot {
		float:left;
		position:relative;
		width:501px;
		height:501px;
		margin-right:-25px;
		left:-50px;
		background:url(gridback.png);
		}
	.point {
		position:absolute;
		width:5px;
		height:5px;
		background:#c40;
		font-size:0px;
	}
	.you_point {
		position:absolute;
		width:7px;
		height:7px;
		background:#00f;
		font-size:0px;
	}
	.point_label {
		position:absolute;
		font:normal 12px Arial;
		width:100px;
		text-align:center;}
	
	.bar_contain {
		width:201px;
		height:14px;
		border:1px solid #000;
		margin:0px auto;}
	.bar_pointer {
		height:14px;
		border-right:2px solid #f00;
		}
	table {
		width:210px;
		margin:10px 10px;
		}
		
	tr.bar {padding:0px;}
	tr.bar td {padding:0px 0px 10px 0px;
		text-align:left;}
	td {padding:4px 10px;}
	td.right {text-align:right;}
	p#link {
		font-size:.9em;
		clear:both;
		margin:2em;}
	
	#summary {background-color:#fff;}
