body{
	font-family: Arial;
	text-align: center;
	background: #333 url(bg.gif) repeat-x fixed 0 bottom;
	font-size: 10pt;
	color: #fff;
	margin: 0;
}
a{
	text-decoration: none;
	color: #6cf;
}
a:hover{
	color:#F60;
}
.new {
	color: #F00;
	font-style: italic;
	font-weight: bold;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
#topmenu {
	background: #444;
	border-bottom:1px solid #666;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	padding:5px 10px;
}
#topmenu a{
	font-weight: normal;
	padding: 0 2px;
}
#main-wrapper, input {
	font-family: "microsoft jhenghei", SimHei, "sans-serif";
}
input{
	font-size: 20pt;
}
#main-wrapper{
	font-size: 15pt;
	width: 660px;
	height: 270px;
	margin: 30px auto 0;
}
#orz{
	width: 350px;
	height: 250px;
	text-align: right;
}
#key{
	background: #222;
	width: 250px;
}
h1{
	margin: 0;
}
h1 a{
	font-size: 36pt;
	color: #F60;
}
#addmenu{
	width: 300px;
	text-align: left;
	font-size: 9pt;
}
#footermenu{
	background: #5d697d;
	width: 500px;
	margin: 0 auto;
	padding: 4px;
	font-size:10pt;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footer{
	font-size: 9pt;
	color: #999;
}
#footer a{
	color: #c63;
}
#footer a:hover{
	color: #f60;
}

#takeit{
	width:800px; padding: 0 10px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}
#sideAd{
}
#helper{
	text-align: left;
	width: 670px;
}
h2{
	border-bottom: 1px dotted #ccc;
	color: #F60;
}
.clear{
	clear:both;
	padding:10px;
}
.addicon{
	background: url(http://97thchallenge.googlepages.com/add.gif) no-repeat 0px 50%;
	padding-left: 18px;
}
#code{
	display: block; /* fixes a strange ie margin bug */
	width: 390px;
	height: 60px;
	overflow: auto; 
	padding-left: 21px;
	border: 1px solid #ccc;
	font-family: 'Courier New'; 
	font-size: 8pt; 
	background: #f0f0f0 url(http://klcintw.images.googlepages.com/Code_BG.gif) left top repeat-y;
}
#translater textarea{
	width: 360px;
	height: 60px;
}

#keytypes a{
	font-size:14pt;
	background: #f60;
	color: #fff;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#keytypes a:hover{
	border: 1px solid #fff;
}
#as{
	font-family: 'Arial Narrow'; 
	font-weight: bold;
	font-size: 30pt; 
}
label{
	font-size: small;
}
#clock{
	position: absolute;
	right: 5px;
	top: 10px;
}