/*  clearfix style (replaces stabilizer divs) */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	outline:none;
	color: #0089d7;
}
a:hover {
	color: #ff581e;
}

html, body {
	padding: 0;
	margin: 0;
	font-family: arial, tahoma, verdana, georgia, sans-serif;
	background: #616264;
}
img {
	border: 0;
	display: block;
}
form {
	margin: 0;
	padding: 0;
}
form input, form select {
	font-family: arial, tahoma, verdana, georgia, sans-serif;
}
h1 {
	font-size: 25px;
	color: #242424;
	font-weight: bold;
	margin: 0;
	padding: 0 0 9px 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #4e4e4e;
	padding: 20px 0 15px 0;
	margin: 0;
	background: url(http://images.kuvat.fi/kbtemp/images/separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #ff581e;
	padding: 25px 0 10px 0;
	margin: 0;
}
h5 {
	color: #3c3c3c;
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
}
p {
	font-size: 14px;
	color: #555555;
	line-height: 19px;
	margin: 0;
	padding: 0 0 15px 0;
}
p.big {
	font-size: 14px;
	color: #555555;
	line-height: 19px;
}


body.kbsplash {
	padding-top: 60px;
	padding-bottom: 50px;
}

#splash {
	width: 682px;
	margin: 0 auto;
	
}
#splash .intro p {
	padding-right: 10px;
}
#splash .splashtop {
	height: 25px;
	background: url(http://images.kuvat.fi/kbtemp/images/splashtop.gif);
	background-repeat: no-repeat;
}
#splash .splashcontent {
	height: 380px;
	background: url(http://images.kuvat.fi/kbtemp/images/splashbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 61px 0 61px;
}

#splash .login {
	padding-top: 20px;
}
#splash .login .forminput {
	float: left;
	width: 211px;
}

#splash .forminput input {
	width: 183px;
	background: #fdfdfd url(http://images.kuvat.fi/kbtemp/images/inputbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	color: #111111;
	padding: 8px 6px 9px 8px;
	border: 1px solid #a6a6a9;
	font-family: arial, verdana, tahoma;
}
#splash .login .formsubmit {
	float: left;
	width: 135px;
	height: 37px;
	background: transparent url(http://images.kuvat.fi/kbtemp/images/loginbutton.png);
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	font-family: arial, verdana, tahoma;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
}
#splash .login .formsubmit:hover {
	background-position: 0 -80px;
}
#splash #errormessage {
	font-size: 12px;
	font-weight: bold;
	color: #e22c00;
	padding-top: 5px;
}
#openaccount {
	margin: 0 auto 40px auto;
	text-align: center;
}
#openaccount a, #openaccount a:visited {
	font-size: 16px;
	color: #d6d6d6;
	font-weight: bold;
}
#openaccount a:hover {
	color: #fff;
}
.forgotpw {
	font-size: 14px;
	color: #555555;
	line-height: 19px;
	margin: 0;
	padding: 25px 0 15px 0;
}
.forgotpw.dark {
	color: #1f1f1f;
	font-size: 15px;
}
.orderpw {
	cursor: pointer;
	text-decoration: underline;
}
p.forgotnote {
	display: block;
	padding-top: 15px;
}

