* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	margin: 0 16px 0 auto;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	color: #363636;
	background: #ffd900;
}

#all {  
	background: transparent url(page-shadows.png) no-repeat 0px 0px;
	width: 1020px;
	margin: 0 auto 0px auto;
	padding: 0 0 250px 0;
}

a {
	color: #003882;
	text-decoration: underline;
}

#container {
	width: 950px;
	overflow: hidden;
	border-right: 10px solid #fff;
	margin: 0 auto;
	background: #fff;
	}

#logo {
	position: relative;
	background: transparent url(header-bg.png) repeat-x 0px 0px;
	height: 93px;
	z-index: 1;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: 10px solid #fff;
}

input.login {
	width: 200px;
	padding-left: 2px;
	border: 1px solid #363636;
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.button {
	color: #363636;
	background-color: #FFD900;
	border: 1px solid black;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

label {
	display: block;
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#login-links {
	float: left;
	text-align: right;
	width: 300px;
	height: 287px;
	margin: 14px 25px 0 10px;
	/*margin: 14px 25px 10px 0;*/
}

#login-login {
	float: right;
	width: 600px;
	margin: 14px 0 10px 0;
}

#footer {
	margin: 15px 0 23px 10px; 
	height: 20px;
	border-top: 3px solid #ffd900;
	font-size: 11px;
	}
	#footer p, #footer_error p  {
		color: #363636;
		font-size: 11px;
		float:right;
		margin: 5px 0 0 0px;
		font-family: Verdana;
		}
			
		#footer p a {color: #363636; text-decoration: underline;}
		#footer p a:hover { text-decoration: none;}

#footerlogo {
	background: #fff url(footer-leikkaus.png) no-repeat bottom left;
	height: 90px;
	width: 978px;
	margin-left: 12px;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {	display: inline-block;}
	
