body {
	background-color: #CCCCCC;
	font-family: Calibri, Verdana, Geneva, sans-serif;
}

#header {
	height: 100px;
	border: 0px outset #BCCACD;
	background-color: #FFF;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-left: 12px;
}

#wrap {
	width: 860px;
	background: #fff;
	padding: 15px;
	border: 5px solid #6b4b70;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

table, th, td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}

table, th {
	padding-right: 10px;
}

input.kentta_levea {
	width: 450px;
}

.button {
  border: 1px solid #CCC;
  background-color: #EBEBEB;
  padding: 5px;
  margin-right: 20px;
  border-radius: 3px;
}

.button_login {
  border: 1px solid #CCC;
  background-color: #EBEBEB;
  padding: 5px 15px 5px 15px;
  margin-right: 20px;
  border-radius: 3px;
}

.button_save {
  border: 1px solid #093;
  background-color: #DDFFE8;
  padding: 5px;
  margin-right: 20px;
  border-radius: 3px;
}

.button_conf {
  border: 1px solid #03C;
  background-color: #D5DFFF;
  padding: 5px;
    border-radius: 3px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.perustelu_laatikko {
	max-width: 840px;
	word-wrap: break-word;
}

#footer{
		
}

#footer .footer-area{
	width: 860px;
	background: #fff;
	padding: 15px;
	border: 5px solid #6b4b70;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#footer .footer-area a{
	text-decoration: none;
}
