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:1px;
	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;
    -moz-border-radius: 10px;
    -opera-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

body {

}

.submit {
	border-style:solid;
	border-color:Gray;
	border-width:1px;
	background-color:#d5d5d5;
}

.submit:hover {
	background-color:#bdb8ab;
}

.kentta{

}

.footer {
	position:fixed;
	bottom:0px;
    left:0px;
    font-family:sans-serif,arial;
    color:navy;
    font-size:10px;
}

.box {
    width: 100%;
    height: 15px;
    font-family:sans-serif,arial;
    color: #333300;
    font-size:11px;
    font-weight: bold;
    text-align: center; 
}
