
.clear {
	clear:both;
	}
#events {
	width:500px;
	float:left;
	}
	
#events label, #events legend {
	display:block;
	line-height:150%;
	}
#events legend {
	font-weight:bold;
	}
#events label span {
	display:block;
	float:left;
	text-align:right;
	width:140px;
	}
#events input {
	width:300px;
	margin:0 0 0 10px;
	font:1em "courier new", monospace;
	}

#events input#score {
	width:100%;
	margin:0;
	}






