body {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
/*	text-align: center;background: #f2f6f8;*/
}

form{

	margin: 0px;
}

/* ALERTBOX */

.img{position:absolute;z-index:30;}


.closelink{
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.bigtext{
	font-size: 24px; 
	font-weight:bold;
	color:#990000;
}	

#kirjaimet_div {
	font-size: 24px; 
	font-weight:bold;
	color:black;
	position:absolute;/*relative;*/
	/*left: 1px;
	/*top: 1px;*/
	text-align: center;
	z-index:40;
	cursor: grab;
}

input[type=text] {
	font-size: 24px;
}

.textarea{
	width:200px;
	background-color:#eee;
	overflow:hidden;
	height:400px;
	max-height:400px;
	border:1px solid #ccc;
	overflow-y: auto;
  }


.button {
 /* position: absolute;
  left: 330px;
  top: 5px; */
  z-index: 100;
  border: none;
  color: white;
  padding: 17px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  left: 50px;
  top: 500px;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3  {
	left: 362px;
	padding: 30px 40px;
	background-color: white; 
	color: black; 
	border: 2px solid #008CBA;
	visibility: hidden;
  }

.button3:hover {
	background-color: #008CBA;
	color: white;
  }

.button_aika {
	position: absolute;
	z-index: 100;
	top: 5px;
	left: 562px;
	padding: 20px 30px;
	font-size: 24px;
    margin: 4px 2px;
	background-color: white; 
	color: black; 
	visibility: hidden;
  }