#frmCnt {
  width: 360px;
  margin: 20px 0 0 150px;
}
#frmCnt div.frmCntRow {
  padding: 7px 0;
  clear: both;
}
#frmCnt div.frmCntRow label {
  width: 20%;
  float: left;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  left: -7px;
}
#frmCnt div.frmCntRow div.frmCntField {
  width: 80%;
  float: left;
}
input {
  width: 250px;
}
textarea {
  width: 280px;
}
#enterComb {
  padding: 3px 0;
}
#turing {
  width: 65px;
}
input.btn {
  margin-top: 20px;
}
