﻿html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
html, form {
  	margin:0px;
	padding:0px;
}

td
{
	font-size: 12px;
}

body {
/*    background:#fff url(./images/poweredby.gif) no-repeat bottom right; */
    background: #fff;
	margin:0px;
	padding: 0 0 60px 0;
	font-family: arial, 'lucida console', sans-serif;
	font-size:0.8em;
}
a:link, a:visited 
{
	text-decoration: none;
	color:#1a94c1;
}
a:hover {
	color:#1a94c1;
	text-decoration: underline;
}

input.textbox {
	font-size: 12px;
	width: 300px;
	padding: 2px;	
	background:url("./images/whitebox_bg.gif") no-repeat;
	border: 1px solid #c0bfbf;
	line-height: 20px;
}
input.textboxs {
	font-size: 12px;
	width: 70px;
	padding:2px;	
	background:url("./images/whitebox_bg.gif") no-repeat;
	border: 1px solid #c0bfbf;
	line-height: 20px;
}
/*
select {
	padding: 0;
	margin: 0;
	min-width: 60px;
	font-size: 11px;
	_height: 20px;
	line-height: 20px;
}
*/