html, body, div, h1, h2, h3, p, address, img, ul, li, form, table, td, th, hr {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  color: #fff;
  background: #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  padding: 20px 10px 60px 10px;
  text-align: center;
}
h1, h2, h3 {
  color: #048;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
}
h2 {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
h3 {
  color: #000;
  font-size: 12px;
}
p, table {
  margin: 15px 0;
}
a {
  color: #06a;
}
td, th {
  padding: 0 15px 5px 0;
  vertical-align: top;
}
pre {
  padding-left: 30px;
}

#tb {
  margin-bottom: 10px;
}
#page {
  color: #000;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
  width: 850px;
}
#header {
  color: #fff;
  background: #048 url('/images/laskurit/bg_header.gif') no-repeat;
  border-bottom: 10px solid #dde;
  position: relative;
}
#logo {
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  padding: 22px 20px 15px 40px;
}
#logo a {
  color: #fff;
  background: transparent;
  text-decoration: none;
}
#search {
/*  background: #06a; */
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 50px 0 50px;
  height: 77px;
  font-size: 10px;
  font-weight: bold;
}
#search input {
  border: 1px solid #ccc;
  font-size: 10px;
  padding: 3px;
}
#menu {
  float: left;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 220px;
}
#menu ul {
  display: block;
}
#menu li {
  display: block;
}
#menu a {
  display: block;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 5px 20px;
  text-decoration: none;
}
#menu a:hover, #menu li.current_page_item a, #menu li.current_page_parent a {
  background: #fff;
}
#menu .current_page_item {
  font-weight: bold;
}
#main {
}
#content {
  float: right;
  font-size: 11px;
  margin-top: 20px;
  margin-right: 70px;
  margin-bottom: 10px;
  min-height: 300px;
  padding-right: 20px;
  width: 500px;
}
#content ul {
  margin: 15px 30px;
}
#content form table {
  background: #f9f9f9;
  border: 2px solid #dde;
  padding: 25px 20px 10px 20px;
  width: 500px;
}
#content .right, .result, .round {
  text-align: right;
}
#footer {
  clear: both;
  border-top: 2px solid #dde;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}
#footer div {
  float: left;
}
#footer a {
  color: #000;
  background: transparent;
}
#footer ul {
  display: block;
}
#footer li {
  display: inline;
  margin-left: 10px;
}

#latest h3 {
  margin-top: 10px;
}
#latest p {
  margin: 0;
}
#content .ad {
  margin: 10px 0 15px 0;
}

.percentagecalculator {
  margin-bottom: 5px;
}
.percentagecalculator td {
  padding-bottom: 15px;
  vertical-align: middle;
}
.percentagecalculator td.first {
  width: 280px;
}

.notice {
  background: #cff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cde;
}
