html {
  height:100%;
}
body {
margin:0;
padding:0;
height:auto !important;
height:100%;
min-height:100%;
background-color: #eee;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 14px;
color: #999;
}
a {
 color: #999;
 text-decoration: none;
}
#main_table {
	height: 400px;
	width: 745px;
	margin-top: 45px;
}
#main_table td {
	vertical-align: top;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}
.password {
	width: 300px;
	height: 30px;
	border: 1px solid white;
	font-size: 22pt;
	color: #456;
	background-color: #ccc;
	text-align: center;
}
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.fakefile input {
	border: 1px solid gray;
	color: #456;
	background-color: #ccc;
}
input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
input.submit {
	border: 1px solid gray;
	color: #456;
	background-color: #ccc;
}
textarea {
	border: 1px solid gray;
	color: #456;
	background-color: #ccc;
	font-size: 20pt;
	font-weight: bold;
}
#footer {
	position: absolute;
	margin-bottom: 0;
	right: 0;
	margin: 5px;
}