body {
	font-family: Arial, Helvetica, sans-serif ;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#sidecol {
	float: right ;
	text-align: right;
	width: 50% ;
	color: #000 ;
	background-color: #fff ;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ff58ff ;
}
div#rekisteriseloste_title{
	float: left ;
	padding-left: 25% ;
	width: 50% ;
	color: #000 ;
	background-color: #fff ;
}
div#rekisteriseloste_content {
	float: left ;
	padding-left: 30% ;
	width: 45% ;
	color: #000 ;
	background-color: #fff ;
}
div#content {
	float: right ;
	width: 50% ;
	color: #000 ;
	background-color: #fff ;
}
@media only screen and (max-width: 629px) {
	div#sidecol {
		float: none ;
		width: 100% ;
	}
	div#content {
		float: none ;
		width: 100% ;
	}
}
div#contproper {
	padding-left: 10px ;
	padding-right: 5px ;
}
div#container {
	color: inherit ;
	background-color: #fff ;
}
div#sideproper, div#othersideproper {
	padding-left: 5px ;
	padding-right: 10px ;
}
div#header {
	color: #000 ;
	text-align: center;
	background-color: #fff ;
}
div#footer {
	color: #000 ;
	text-align: center;
	background-color: #fff ;
}
