body {
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	background: #FFF;
	margin: 0;
}
a{
	text-decoration: none;
	color: #17f;
}
a:hover{
	color:#F60;
}
.new {
	color: #F00;
	font-style: italic;
	font-weight: bold;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
#topmenu {
	border-bottom:1px solid #CCDDFF;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	padding:5px 10px;
}
#topmenu a{
	font-weight: normal;
	padding: 0 2px;
}
#main-wrapper{
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
}
#orz{
	width: 265px;
	height: 60px;
	color: #999;
	text-align: right;

}
#addmenu{
	width: 125px;
	height: 60px;
	text-align: left;
	font-size: 9pt;
}
#footermenu{
	background: #DEF;
	width: 400px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
#footer{
	font-size: 9pt;
	color: #999;
}
#footer a{
	color: #069;
}
#footer a:hover{
	color: #00F;
}

#takeit{
	width:800px; padding: 0 10px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}
#sideAd{
}
#helper{
	text-align: left;
	width: 570px;
}
h2{
	border-bottom: 1px dotted #ccc;
}
.clear{
	clear:both;
	border:10px solid #fff;
}
.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;
}
#opensearch{
	width: 300px;
	height: 40px;
	position: absolute;
	right: 5px; top: 5px;
	border: 3px solid #CDF;
	padding: 20px 0;
	text-align: center;
	background: #fff;
}
#as{
	font-size: 8pt;
}