/* SISÄÄÄNKIRJAUTUMISSIVUN TYYLITIEDOSTO */

body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
span.virhe {
	width: inherit;
	border: 1px solid #ff0000;
	background-color: #fffece;
	display: block;
	color: #ff0000;
	padding: 5px;
	margin-bottom: 5px;
}
p.virhe {
	background: url('../images/icons/error.gif') top left no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	text-align: left;
}
span.viesti {
	width: inherit;
	border: 1px solid #1f00ca;
	background-color: #eaeaff;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: auto;
}
p.viesti {
	background: url('../images/icons/info.gif') top left no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	text-align: left;
}
table.rakenne {
	width: 400px;
}
td.yla_vasen {
	background: url('../images/vasen_yla.gif') top left no-repeat;
	width: 17px;
}
td.otsikko {
	font: 20px bold Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 71px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url('../images/banneri.gif') repeat-x;
	color: #ffffff;
}
td.yla_oikea {
	background: url('../images/oikea_yla.gif') top right no-repeat;
	width: 17px;
}
td.vasen {
	background: url('../images/harmaa_viiva.gif') left repeat-y;
}
td.tekstit {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
td.oikea {
	background: url('../images/harmaa_viiva.gif') right repeat-y;
}
td.kentat {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
td.ala_vasen {
	background: url('../images/vasen_ala.gif') bottom left no-repeat;
	width: 17px;
	height: 13px;
}
td.ala {
	height: 13px;
	background: url('../images/harmaa_viiva.gif') bottom repeat-x;
}
td.ala_oikea {
	background: url('../images/oikea_ala.gif') bottom right no-repeat;
	width: 17px;
	height: 13px;
}