html, body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.bg {
	background-image: url(img/bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.req {
	color: red;
	padding-left: 5px;
}
th {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
form, input, select, textarea, fieldset {
	font-size:10px;
	color: #666;
	line-height:1.2em;
}
input.standard {
	font-family: Arial,Helvetica,sans serif;
	padding: 1px;
	width: 250px;
}
select.standard2 {
	font-family: Arial,Helvetica,sans serif;
	padding: 1px;
	width: 256px;
}
.lefttop {
	vertical-align: top;
	text-align: left;
}
.site
{
	height:100%;
}
