html{
height:100%;
}
body {
height: 100%;
margin: 0px;
background-image: url(../images/background.gif);
background-repeat: repeat;
}
.maintable{
height:100%;
text-align:left;
vertical-align:top;
}

td {
	font-family: arial;
	font-size: 12px;
	color: #5b6a74;
}

a:link {
	text-decoration: none;
	color: #5b6a74;
}
a:visited {
	text-decoration: none;
	color: #5b6a74;
}
a:hover {
	text-decoration: none;
	color: #5b6a74;

}
.input{
font-size: 12px;
font-family: arial;
color: #333333;
border-right: #333333 1px solid;
border-top: #333333 1px solid;
border-left: #333333 1px solid;
border-bottom: #333333 1px solid;
width: 264px;
height: auto; 
background-color: #ffffff;
}
.input_text{
font-size: 12px;
font-family: arial;
color: #333333;
border-right: #333333 1px solid;
border-top: #333333 1px solid;
border-left: #333333 1px solid;
border-bottom: #333333 1px solid;
width: 265px;
height: 120px; 
background-color: #ffffff;
}
.input_submit {
font-size: 12px;
font-family: arial;
color: #333333;
border-right: #333333 1px solid;
border-top: #333333 1px solid;
border-left: #333333 1px solid;
border-bottom: #333333 1px solid;
width: 130px;
height: auto; 
background-color: #ffffff;
}