#sahkowrapper {
	display: block;
	width: 970px;
	background-image: url(/static/kuvat/sahko/bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 100px; /* Kun sähköposti linkki toimii tämä: 50px */
	overflow: hidden;
}
#sahkowrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #0D87C9 ;
	width: 335px;
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: left;
}
#sahkowrapper #ingressi {
	width: 335px;
	display: block;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 0px;
}
#sahkowrapper #toinenkappale #fb {
	display: block;
	float: left;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/static/kuvat/sahko/fb.png);
	height: 42px;
	width: 215px;
	line-height: 42px;
	background-repeat: no-repeat;
	text-indent: 55px;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.01em #333;
}

#sahkowrapper #ingressi a {
	display: block;
	float: left;
	margin-top: 30px;
	font-weight: bold;
	height: 73px;
	width: 294px;
	text-align: center;
	line-height: 73px;
	background-image: url(/static/kuvat/sahko/button.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 0.1em 0.1em 0.01em #333;
	text-decoration: none;
}
#sahkowrapper #toinenkappale {
	display: block;
	width: 430px;
	clear: left;
	margin-top: 30px;
	float: left;
	color: #0D87C9 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}

#sahkowrapper #ingressi a:hover {
	display: block;
	float: left;
	margin-top: 30px;
	font-weight: bold;
	height: 73px;
	width: 294px;
	text-align: center;
	line-height: 73px;
	background-image: url(/static/kuvat/sahko/button.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 0.1em 0.1em 0.00em #333;
	background-position: center -73px;
}
#sahkowrapper #toinenkappale #fb:hover {
	display: block;
	float: left;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/static/kuvat/sahko/fb.png);
	height: 42px;
	width: 215px;
	line-height: 42px;
	background-repeat: no-repeat;
	text-indent: 55px;
	text-decoration: none;
	background-position: center -42px;
}

.sahkopostiosoiteEpavalidi {
  color: Red;
  font-size: 12px;
}

.linkki:link, linkki:active, linkki:visited {
	text-decoration: underline;
	color: #0D87C9 ;
}

.linkki:hover {
	text-decoration: none;
	color: #999999;
}