form
{
  position: absolute; font-size:10px;
}

form div
{
  position: absolute; color: #808080; width:200px;
}

div.form
{
  position: absolute;
}

div.form div
{
  position: absolute; color: #808080; width:200px;
}

div.form select
{
  position: absolute; height: 22px; width:200px;
}


form.narrow div
{
  width:100px; height: 14px; font-size:10px;
}

form.standard div.caption
{
  width:200px; height: 14px; font-size:10px;
}



form select
{
  position: absolute; height: 22px; width:200px;
}

form select.hover_wide:hover
{
  width:400px; z-index:900;
}

form select.hover_extra_wide:hover
{
  width:600px; z-index:900;
}

form input
{
  position: absolute; height: 22px; width:200px;
}

form input[type=file]
{
  background: #FFFFFF; border-width: 0px; border-style: solid; border-color: #FF0000; height: 18px;
}

form.narrow input
{
  width:100px;
}

                

form.standard input
{
  width:200px;
}

form.narrow textarea
{
  width:100px;
}

form.standard textarea
{
  width:200px;
}

input.red
{
  color: red;
}


form.narrow select
{
  width:100px;
}

form.standard select
{
  width:200px;
}

form input.narrow
{
  width:100px;
} 

form select.narrow
{
  width:100px;
} 

form input.wide
{
  width:450px;
} 

form select.wide
{
  width:450px;
} 

form.standard div.form_label
{
  font-size: 18px;width:200px;
}