input, select, textarea
{
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #5e5e5e;
}


.formrow
{
  width: 95%;
  display: block;
}

.formonet
{
  width: 30%;
  display: block;
  float: left;
}

.formrowleft
{
  width: 33%;
  display: block;
  float: left;
  text-align: right;
  font-weight: bold;
}

.formrowright
{
  width: 66%;
  display: block;
  float: right;
}

.formrowhr
{
  clear:both;
  display: block;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  line-height: 1px;
  height: 10px;
  margin: 10px 0px 10px 0px;
}
