html{
height:100%;
}
body {
height: 100%;
margin: 0px;
padding: 0px;
background-color: #e0e1d1;
background-repeat: repeat;
}
.maintable{
height:100%;
text-align:left;
vertical-align:top;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: #393939;
}
a:link {
	text-decoration: none;
	color: #393939;
}
a:visited {
	text-decoration: none;
	color: #393939;
}
a:hover {
	color: #393939;

}

.bottom {
	color: #FFFFFF;
	font-size: 11px;
}
.title {
	color: #9a0000;
	font-size: 17px;
	font-weight: bold;
}
.head {
	color: #9a0000;
	font-weight: bold;
}


.input{
font-size: 11px;
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: 11px;
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: 11px;
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;
}
