			div.LabeledMarker_markerLabel  {
				color: black;
				font-family: Arial;
				width: 48px;
				text-align: center;
				font-weight: bold;
				white-space: nowrap;
			}

			#more_inner {
	text-align:center;
	font-size:12px;
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	border-right-color: #b0b0b0;
	border-bottom-color: #c0c0c0;
	width:60px;
	cursor: pointer;
}
#more_inner.highlight {
	font-weight: bold;
	border: 1px solid #483D8B;
	border-right-color: #6495ed;
	border-bottom-color: #6495ed;
}

			#timer {
	font-weight: bold;
	font-size:18px;
}

#box {  position:absolute;
	top:20px; left:0px;
	margin-top:-1px;
	font-size:12px;
	padding: 6px 4px;
	width:120px;
	background-color: #fff;
	color: #000;
	border: 1px solid gray;
	border-top:1px solid #e2e2e2;
	display: none;
	cursor:default;
}

#box.highlight {
	width:119px;
	border-width:2px;
}

#boxlink {
	color: #a5a5a5;
	text-decoration: none;
	cursor: default;
	margin-left: 5px;
}

#boxlink.highlight {
	color: #0000cd;
	text-decoration: underline;
	cursor: pointer;
}

input.button {  
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	background-color: white; 	
	border-top-width: 1px; 	
	border-left-width: 1px;	
	border-top-style: solid;	
	border-left-style: solid;	
	border-top-color: white;	
	border-left-color: white;	
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: rgb(176, 176, 176);	
	border-right-width: 1px;	
	border-right-style: solid;	
	border-right-color: rgb(176, 176, 176);
	width: 120px;
	height: 16px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

input.button:hover {
	font-weight: bold;
}

