@charset "utf-8";

input[type=text],
input[type=password],
textarea {
  font-family: Arial, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b9b9b9;
  padding: 4px 2px;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(214,214,214,1);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(214,214,214,1);
  box-shadow: inset 0px 1px 1px 0px rgba(214,214,214,1);
  margin: 1px 2px;
}

input[type=radio],
input[type=checkbox] {
  margin: 1px 2px;
}

input[type=file] {
  font-size: 10px;
}

select {
  margin: 1px 2px;
}

.ime-on { ime-mode:active; }
.ime-off { ime-mode:inactive; }
.ime-none { ime-mode:disabled; }

.readonly { background:#feffdd}

a.thickbox-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 21px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

