/*@ style(s) */
* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Lucida Grande', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	background:#000;
}
/*@ button(s) */

.button {
	padding:5px 10px;
	background:#2491C0;
	color:white;
	font-weight:bold;
	font-size:20px;
	z-index:1000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
/*@ menu */

#menu {
	position:fixed;
	top:10px;
	left:10px;
}

#add, #clear, #help {
	float:left;
	margin-right:10px;
}

#helptext {
	display:none;
	width:300px;
	font-size:13px;
}
/*@ hover / button */

.button:hover {
	background:#43AEDB;
}

/*@ log(s) / invisible */

#log {
	padding:10px;
	margin-top:60px;
	background:#FBEA85;
	color:black;
	font-family:monospaced;
	font-size:10px;
	display:none;
}

#log hr {
	margin:5px 0;
	border:0;
	height:0px;
	border-top:1px dashed #666;
}
/*@ box */

.box {
	position:absolute;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:4px 8px;
}
