td {
	font-family:sans-serif,arial;
	color:navy;
	font-size:11px;
}

.otsikko {
	font-weight:bold;
	background-image:url(header.png);
	background-repeat:repeat-x;
	width:250px;
	padding:5px;
}

.text {
	width:250px;
	padding:5px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:gray;
	vertical-align:top;
}

img {
	vertical-align:bottom;
}

.mainlogin {
	font-family:arial;
	font-size:11px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	background-image:url(header.png);
	background-repeat:repeat-x;
	border-color:#B8B8B8;
	border-width:1px;
	border-style:solid;
}
body {

}

.submit {
	border-style:solid;
	border-color:Gray;
	border-width:1px;
	background-color:#e2ddcc;
}

.submit:hover {
	background-color:#cbc2a2;
}

.kentta{

}

.footer {
	position:fixed;
	bottom:0px;
    right:0px;
    font-family:sans-serif,arial;
    color:navy;
    font-size:11px;
}
