/* Layout: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

body {
	margin: 0 30%;
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	}
	
/* Linkit */

a {
	text-decoration: underline;
	color: #090;
	}
	
a:hover {
	text-decoration: none;
	color: #333;
	}
	
h1 {
	text-indent: -9999px;
	background: url(http://www.kuopassa.com/images/plus/liveluettelomaatti.png) no-repeat 0 0;
	overflow: hidden;
	display: block;
	height: 65px;
	width: 365px;
	}
	
h4 {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 2%;
	background: #C00;
	padding: 5px;
	color: #FFF;
	border: 3px solid #000;
	}
	
fieldset {
	padding: 5px;
	margin: 20px 0;
	border: 3px solid #CCC;
	}
	
legend {
	padding: 10px;
	color: #666;
	}
	
label {
	padding: 5px;
	font-size: 0.9em;
	}
	
input {
	padding: 10px;
 	}
	
#luetteloksi_label {
	font-size: 0.8em;
	padding: 0;
	margin-bottom: 10px;
 	}
	
#top {
	text-align: center;
	padding-bottom: 20px;
 	}
	
textarea {
	border: 1px inset #CCC;
	width: 100%;
	margin-top: 10px;
	overflow: scroll;
 	}
	
#koti {
	display: inline;
	margin: 20px 0;
	font-size: 0.8em;
	float: right;
 	}
	
#koti li {
	display: inline;
	margin: 0 1%;
 	}
	
#lopputuote {
	border: 3px solid #CCC;
	overflow: scroll;
	height: 15em;
 	}
 	
#lopputuote {
	font-family: "Courier New", Courier, mono;
	}