body {
  background: url('http://www.isokaato.com/all-bg.png') repeat-x #FFFFFF;
  margin: 0px auto 0px auto;
}

div.whole {
  margin: 35px auto 5px auto;
  border: 1px solid black;
  width: 800px;
  background: #CCDDFF;
}

div.title {
  display: block;
  background: url('http://www.isokaato.com/tausta.png');
  height: 90px;
}

div.title div.form {
  display: block;
  float: right;
  background: #CCDDFF;
  border: 1px solid #6666FF;
  width: 120px;
  height: 75px;
  font: 10px/10px Arial;
  text-align: left;
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
}

div.title h5 {
  display: block;
  background: #0000FF url('http://www.isokaato.com/login-bg.png');
  font: bold 11px/16px Tahoma;
  color: white;
  padding: 0;
  padding-left: 5px;
  margin: 0;
}

div.title form {
  display: block;
  float: left;
}

div.title h6 {
  color: black;
  font: 10px/10px Arial;
  margin: 0;
  margin-top: 2px;
  padding-left: 5px;
  display: block;
}

div.title h6 a {
  color: blue;
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: 2px;
  display: inline;
  text-decoration: none;
}

div.title h6 a:hover {
  text-decoration: underline;
}

div.title input.text {
  font: 10px/10px Arial;
  border: 1px solid #9999FF;
  margin-left: 5px;
}

div.title input.submit {
  font: 10px/10px Arial;
  border-top: 1px solid #9999FF;
  border-left: 1px solid #9999FF;
  border-bottom: 1px solid darkblue;
  border-right: 1px solid darkblue;
  background: white;
  margin: 0;
}

div.menu {
  display: block;
  background: #0000FF url('http://www.isokaato.com/menu-bg.png') repeat-x;
  border-top: 1px solid #5555CC;
  border-bottom: 1px solid #5555CC;
  height: 20px;
  padding-left: 25px;
  text-align: left;
}

div.menu a {
  display: block;
  float: left;
  font: bold 14px/20px Verdana;
  color: white;
  text-decoration: none;
  background: #0000FF url('http://www.isokaato.com/menu-bg.png') repeat-x;
  padding: 0px 5px 0px 5px;
  margin: 0px 15px 0px 0px;
  border-left: 1px solid #0000CC;
  border-right: 1px solid #0000CC;
  height: 20px;
}

div.menu a.selected {
  color: #000000;
  background: #FF9900 url('http://www.isokaato.com/menu-bg-sel.png') repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

div.menu a:hover {
  color: #FF4400;
  background: #0000FF;
  border-left: 1px solid #0000CC;
  border-right: 1px solid #0000CC;
}

div.content {
  background: white;
  padding: 10px 0px 1px 10px;
  text-align: left;
  min-height: 250px;
}

div.content h1 {
  background: #FFDDCC;
  font: italic bold 35px/1px Arial;
  text-align: left;
  border-bottom: 1px solid #FF9900;
  padding-bottom: 12px;
  padding-left: 5px;
  margin-top: 20px;
}

div.content h2 {
  background: #0000FF url('http://www.isokaato.com/login-bg.png');
  font: bold 13px/16px Tahoma;
  color: #FFFFFF;
  text-align: left;
  border-top: 1px solid #6666FF;
  border-bottom: 1px solid #0000FF;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

div.text {
  margin: 0px 15px 25px 10px;
  border-left: 1px solid #9999FF;
  border-bottom: 1px solid #9999FF;
  padding: 10px 0px 10px 15px;
  font: 11px/15px Verdana;
}

div.text p {
  font: 11px/15px Verdana;
  text-align: justify;
  padding: 0;
  margin: 0;
}

div.text table {
  font: 11px/15px Verdana;
  border-collapse: collapse;
  border-top: 1px solid #FF9900;
  margin: 5px auto 5px 0px;
}

div.text table tr {
  vertical-align: top;
}































div.text input.submit {
  font: 11px/11px Verdana;
  border-top: 1px solid #FF9900;
  border-left: 1px solid #FF9900;
  border-bottom: 1px solid darkred;
  border-right: 1px solid darkred;
  background: white;
  margin: 0;
}

div.text textarea.text {
  font: 11px/11px Verdana;
  border: 1px solid #FF9900;
  margin: 0;
}

div.bottom {
  clear: both;
  display: block;
  font: 8px/8px Arial;
  height: 10px;
  background: #0000FF;
}

span.copyright {
  font: 10px/15px Arial;
  color: #000000;
  text-align: center;
  padding-bottom: 35px;
  height: 50px;
}