
body {
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none;
	user-select: none;
	width:1024px;
	margin:0 auto;
	background: #ddf url('/images/bg.jpg') top center no-repeat ;
	color:#ffffff;
	font-family:sans-serif;
	font-weight:bold;
	font-size:40px;
}

.input-text {
	font-size:60px;
	width:200px;
	border:none;
	border-radius:0.4em;
	padding:0.1em 0.5em;
}

.numline {
	margin:15px auto;
	width:960px;
}
.numline img {
	display:block;
	float:left;
}

table.input-table {
	border-spacing: 0;
}

table.input-table td {
	font-size:40px;
	cursor:pointer;
	padding:10px 20px;
}
table.input-table td.pressed {
	color:red;
}
