html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	font: bold 12px Verdana, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #000000;
}
form {
	padding-top: 10px;
	padding-bottom: 10px;
}
table.login {
	width: 450px;
	background: #E4EDEF;
	color: #000000;
	text-align: center;
	margin-top: 30px;
}
td.vy {
	background: #DEDFA2 url(../kuvat/tausta_vy.gif) no-repeat;
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
td.va {
	background: #DEDFA2 url(../kuvat/tausta_va.gif) bottom no-repeat;
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
td.vasen {
	background: #E4EDEF url(../kuvat/tausta_4.gif) left repeat-y;
	margin: 0px;
	padding: 0px;
}
td.oikea {
	background: #E4EDEF url(../kuvat/tausta_2.gif) right repeat-y;
	margin: 0px;
	padding: 0px;
}
td.yla {
	background: #E4EDEF url(../kuvat/tausta_5.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
td.ala {
	background: #E4EDEF url(../kuvat/tausta_1.gif) bottom repeat-x;
	margin: 0px;
	padding: 0px;
}
td.oa {
	background: #DEDFA2 url(../kuvat/tausta_oa.gif) bottom no-repeat;
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
td.oy {
	background: #DEDFA2 url(../kuvat/tausta_oy.gif) no-repeat;
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
}

input.laheta {
	font-weight: bold;
	background-color: #E4EDEF;
	border: 1px solid #3B5C66;
	cursor: pointer;
}
input:hover.laheta {
	color: #FFFFFF;
}
input:focus.laheta {
	color: #DEDFA2;
}