#credits {
	display: none;
}
/*
#ads {
	position: absolute;
	top: 210px;
}

#addbar {
	position: absolute;
	top: 180px;
}
*/
#floater {
	position: relative;
	top: 45px;
	left: 230px;
	width: 64px;
	height: 64px;
	background: url(http://www.speedtyping.net/moo/spinner.gif) no-repeat center center;
	display: none;
}

.text {
	padding: 4px;
	color: #333;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

td {
	color: #888;
	/*background-color: #333;*/
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {color:#888; text-decoration: none;}     /* unvisited link */
a:visited {color:#888; text-decoration: none;}  /* visited link */
a:hover {color:#888; text-decoration: underline;}   /* mouse over link */
a:active {color:#888; text-decoration: none;}   /* selected link */

#container {
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	height:144px;
	background: #fff;
	color: #222;
	padding: 5px;
	margin: 5px;
	border: 4px solid grey;
	width: 380px;
	z-index: -1;
}

#idList {
	margin: 0;
	padding: 0;
	float: left;
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 90px;
	background: #333;
	color: #888;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}


#timer { color: #FF0000; font-size:20px; text-align: center; position: relative; float: left; margin-top: 2px; width:30px; height: 28px;}
#myTextarea { color: #000; font-size:20px; height: 30px; margin-left: 5px;background: #f8f8f8;border: 1px solid #d6d6d6;border-left-color: #e4e4e4;border-top-color: #e4e4e4; width: 200px; }
#nextLine { padding-left: 35px; font-size:18px; }
#curLine { padding-left: 35px; font-size:18px;}
#cur { background-color: #AFAFAF; color: #FFF; }
#hidden { display: hidden; }


#name { color: #000; font-size:20px; height: 30px; margin-left: 5px;background: #f8f8f8;border: 1px solid #d6d6d6;border-left-color: #e4e4e4;border-top-color: #e4e4e4; width: 200px; }

.button2 {
	padding: 2px 3px;
	background-color: #333;
	border: 1px solid #888;
	color: #888;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}