.calc {
	background-color:;
	border-bottom:1px solid #000066;
	color: #000000;
	border-collapse: collapse;
	font-size:11px;
}
.calc_input {
	font-size: 12px;
	background-image:url(./../images/input_bg.jpg);
	color: #000000;
}
.calc_button {
	color: #000000;
}
.sfont {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
	color: #666;
}
.err{
	color: #CC0000;
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
}
TH {
	border-top:2px solid #000066;
	background: #D6DDE9;
	font-weight: bold;
	padding: 3px;
	color: #373845;
}
#tiplayer {
	font-size: 83%;
	position: absolute;
	width: 250px;
	padding: 4px;
	background: #FFFFE1;
	border: 1px solid #000000;
	z-index: 10;
	visibility: hidden;
}
#powered_by, #powered_by a{
	font: 11px arial,verdana,helvetica,lucida,sans-serif;
	margin-top: 15px;
	text-align: center;
	color: #BBBBBB;
}
.fill01 { background-color: #FFFFFF; }
.fill02 { background-color: #E7E8F9; }

