body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  background-color: #F6F8FA;
	margin: 0 0.5em 1em 1em; padding: 0;
}

form {
	margin: 0; padding: 0;
}

h1 {
  font-size: 120%;
  font-weight: bold;
	padding: 0.4em 0;
  margin: 0;
  color: #296FAB;
}
h2 {
  font-size: 100%;
  font-weight: bold;
	padding: 0.5em 0;
  margin: 0;
}
p {
	padding: 0.4em 0;
  margin: 0;
}
img {
	border: 0;
}
input, textarea, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	border: none;
  height: 1px;
	background-color: #666;
}

ul {
	padding: 0 1em 1em 1em;
}
li {
	padding-bottom: 1em;
}

.close {
	text-align: right;
	font-size: 10px;
  margin-top: 4px;
}
.close a { text-decoration: none; color: #000; }
.close a:hover { color: #00f; }

/** New styles for the license agreement popup */ 


div.license_agreement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-right:10px;
	/*width:630px;*/
	padding-bottom: 50px;
}

div.license_agreement h1 {
	font-size: 30px;
	font-weight: normal;
	color: #12537e;
	line-height: 30px;
	font-family: 'PT Sans Narrow', sans-serif;
	margin-top: 30px;
	margin-bottom: 15px;
}



div.license_agreement ol {
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: normal;
	/*width:600px;*/
	font-size: 16px;
	color: #12537e;
}

div.license_agreement li {
	margin-top: 20px;
}

div.license_agreement p {
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

.close {
/*	width: 630px;*/
	margin-right:10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #12537e;
}

.close a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #12537e;
	text-decoration: none;
}

.close a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #12537e;
	text-decoration: none;
}

.close img {
  vertical-align:middle; 
}

div.license_agreement .close_area {
	/*width: 640px;*/
    /*float: left;*/
	margin-top: 0px;
	margin-bottom: 20px;
}

div.license_agreement .close_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #12537e;
	/*background-image: url(//cdn.kotisivukone.fi/www/pics/close.png);*/
	background-image: url(//cdn.kotisivukone.fi/www/pics/close.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 25px;
	height: 26px;
	float: right;
	padding-top: 5px;
	text-decoration: none;	
}


