#keyboard {
  border: solid 2px #e1e1e1;
  float: left;
  background: white;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.column {
  float: left;
}

.button, .mode_control, .char_mode_control {
  border: solid 1px #e1e1e1;
  margin: 1px;
  height: 22px;
  padding: 2px;
  padding-top: 4px;
  text-align: center;
  font-family: sans-serif;
  color: #080808;
  cursor: pointer;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button {
  width: 24px;
  background: #f5f5f5;
  
}

.button:hover {
  background: #d8d8ff;
}

.no_button {
  height: 26px;
  width:26px;
  padding: 2px;
  margin: 1px;
  
}

#controls {
  float: left;
}

#controls .mode_control {
  width: 48px;
  background: #e5e5e5;
}

#controls .mode_control:hover {
  background: #d8d8ff;
}

.char_mode_control {
  width: 24px;
  background: #e5e5e5;
}

#kat_mode_small, #hir_mode_small {
  font-size: 12px;
  height: 20px;
  padding-top: 6px;
}

.char_mode_control:hover {
  background: #d8d8ff;
}

#hiragana, #katakana, #symbol {
  width: 408px;
}

#input {
  width: 402px;
  border: solid 1px #e1e1e1;
  background: #f5f5f5;
  margin-bottom: 2px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  font-size: 18px;
}

.clear {
  clear: both;
}
