/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	}
	
a {
	text-decoration: underline;
	color: #246aac;
	}
	
a:hover {
	text-decoration: underline;
	color: #9e1c5c;
	}
	
ul#skipnavi {
	visibility: hidden;
	display: none;
	}
	
/* Rakenne */

form {
	margin: 10%;
	position: relative;
	}
	
form span {
	position: absolute;
	width: 116px;
	height: 40px;
	background: url(../images/file.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
form span input {
	border: 0;
	background: none;
	height: 60px;
	display: block;
	overflow: hidden;
	opacity: .0;
	filter: alpha(opacity=0);
	cursor: pointer;
	font-size: 40px;
	margin-left: -445px;
	margin-top: -20px;
	z-index: 999;
	}