/* CSS Document */
/* ????? ?????? */

#testForm {
  font-size:11px; /* ?????? ?????? ????? */
  font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Console", "Lucida Sans Unicode";
}
#testForm fieldset {
  width:36em;  /* ????? ?????? ????? */
  border:solid 1px #333;  /* ?????????? ??????? ????? */
}
#testForm legend {
  color:#333; /* IE ?????????? ???? ?????? ?? ?????,
  ??? ? ????????? ?????????, ?????????? */
  background:inherit;
}
#testForm label {
  float:left; /* ??????? ? ????? ?????????? ????? */
  width:10em; /* ?????? ??????? ???????? */
  line-height:1em;
  margin-right:0.1em; /* ?????? ?? ???? ????? */
  text-align:right;
  font-weight:bold;
}
#testForm input, #testForm textarea {
  margin:0 0 0.5em 0.2em;
  width:13em; /* ?????? ????? ????? */
  padding:0;
  /* ?????? ?????????? ????? ??? input, select, textarea */
  font-family: Verdana, sans-serif;
  font-size:100%;
  border:1px solid #666;
  font-size:11px;
}

input#inp0_1
{
width:3em;
border:none 0px;
font-size:11px;
}

input#inp9
{
width:20em;
border:none 0px;
font-size:11px;
}

#testForm select
{ font-size:11px;
  margin:0 0 0.5em 0.2em;
  width:13em; /* ?????? ????? ????? */
  padding:0;
  border:1px solid #666;
  }

select#inp4
{ font-size:11px;
  margin:0 0 0.5em 0.2em;
  width:5em; /* ?????? ????? ????? */
  padding:;
  border:1px solid #666;
  }

#testForm .noresize {
  width:auto; /* ??? ??????, ?????????????? */
}
#testForm .submit {
  /* ???????? ?????? ???????? */
  margin-left:10.1em;
}


