
FORM {
  display: inline;
}

.ilmoituslomake {
  background-color: #f1f1f1;
}
.osastot {
  clear: both;
}
.osastot > DIV {
  float: left; 
  width: 200px;
  font-size: 12px;
  border: dotted 1px #666;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;

  padding: 4px;
  text-align: center;
  margin-left: 3px;
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
}
#ajaxd {
  clear: left;
  padding: 10px;
  border: solid 1px gray;
}


.sunday {
  background-color: #FFcccc;
  color: #c2c2c2;
}
.notaday {
  color: #c2c2c2;
}
.kalenteri > div.chd > div {
  font-weight: lighter;
  color: gray;
  text-align: left;
  font-size: 10px;
}
.kalenteri > div > div.wn {
  font-weight: lighter;
  color: gray;
  text-align: left;
  font-size: 10px;
}

#kalenteri {
  display: block;
  float: left;
}

.kalenteri {
  margin: 0px 10px 5px 10px;
  background-color: white;
  display: inline-table;
  border-top: solid 1px #c2c2c2;
  border-left: solid 1px #c2c2c2;
}
.kalenteri > div  {
  display: table-row;
}
.kalenteri > div > div {
  font-size: 12px;
  font-weight: bold;
  display: table-cell;
  padding: 2px;
  text-align: center;
  border-right: solid 1px #c2c2c2;
  border-bottom: solid 1px #c2c2c2;
}

.preview {
  margin-top: 10px;
  width: 200px;
  padding: 5px;
  font-family: monospace;
  font-weight: bold;
  border: solid 1px black;
  color: black;
  font-size: 12px;
  float: left;

}
.virhe {
  width: 400px;
  padding: 20px;
  font-weight: bold;

  color: red;
  font-size: 14px;
  float: left;
}
.ok {
  width: 400px;
  padding: 20px;
  font-weight: bold;
  color: green;
  font-size: 14px;
  float: left;
}
.info {
  width: 400px;
  padding: 20px;
  font-weight: bold;
  color: gold;
  background-color: #333;
  font-size: 14px;
  float: left;
}

.rhd {
  margin-top: 5px;
  display: block
  clear: both;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 12px;
  background-color: #bbfccb;
  color: #333333;
  padding: 5px 20px 5px 20px;

}
.mycal {
  display: inline;
  float: left;
  border: solid 1px #f1f1f1;
}
.mycal-browser {
  width: 100 %;
  clear: both;
  text-align: center;
  font-weight: bold;
}
.bank {
  float: left;
  text-align: right;
  background-position: 50% 50%;
  background-repeat:no-repeat;
  cursor:pointer;
  display: block;
  height:60px;
  width:90px;
}
