body {
  background: whiteSmoke;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

h1 { font-size: 1.2em; margin: 0; }

div.content {
  background: #47f url('tosi-asia-tausta.png') 0 0 no-repeat;
  min-width: 600px;
  max-width: 730px;
  min-height: 300px;
  max-height: 810px;
  margin: 40px auto 10px auto;
  padding: 20px;
  box-shadow: 0px 0px 20px #777;
  -moz-box-shadow: 0px 0px 20px #777;
  -webkit-box-shadow: 0px 0px 20px #777;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.colleft {
  margin-top: 140px;
  float: left;      
}

div.colleft ul {
  padding: 0;
  margin: 0;
}

div.colleft li {
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}

div.colleft li.selected {
  background: rgba(0,0,0,0.2);
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}

a {
  color: #fff;
}

a img {
  border: 0;
}

div.colleft a {
  font-weight: bold;
  text-decoration: none;      
}

div.colright {
  margin-left: 180px;
  padding: 20px;
  min-height: 391px;
  background: rgba(0,0,0,0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.warning {
  margin-top: 20px;
}

.error {
  color: #fca;
}
