input{
  margin: 0px 5px 1px 0px;
}

/*----------profile@inquiry----------*/
#profile,
#inquiry{
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
#profile table,
#inquiry table{
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
}
#profile table{width: 750px}
#inquiry table{width: 650px}

#profile th,
#inquiry th{
  width: 120px;
  background-color: #edf8f7;
  font-size: small;
  color: gray;
  letter-spacing: 1px;
  border-style: solid;
  border-color: silver silver silver #2d442a;
  border-width: 1px 1px 1px 10px;
  padding: 5px 10px 5px 10px;
}
#profile td,
#inquiry td{
  font-size: small;
  line-height: 140%;
  border-style: solid;
  border-color: silver;
  border-width: 1px 1px 1px 1px;
  padding: 5px 10px 5px 10px;
}

.td_t{
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  background-color: #2d442a;
}

.rs{
  color: #FF0000;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 0px 0px 5px;
}

/*-------imeÝč---------*/
.ime_on{
  ime-mode:active;
}
.ime_off{
  ime-mode:inactive;
}

