input[type=file]
{
  height:24px;
  font-family:verdana;
  color:black;
  font-weight:bold;
}
input[type=text], input[type=password]
{
  border:1px solid gray;
  background-color: #ffffff;
  width:96px;
  font-size:x-small;
  font-family:verdana;
  margin:1px;
  padding:2px;
  height:14px;
}
input[type=submit]
{
  width:102px;
  font-size:x-small;
  font-family:verdana;
  color:black;
  font-weight:bold;
}
form.edit select
{
  border:1px solid gray;
  background-color: #ffffff;
  width:206px;
  font-size:x-small;
  font-family:verdana;
  margin:1px;
  height:19px;
}
form.edit div.data
{
  width:150px;
  float:left;
  text-align: right;
  font-size: small;
  padding-top:2px;
  padding-right:5px;
}
form.edit input
{
  border:1px solid gray;
  background-color: #ffffff;
  width:200px;
  font-size:x-small;
  font-family:verdana;
  margin:1px;
  padding:2px;
}
form.edit input[type=submit]
{
  width:102px;
}
form.edit input.small
{
  width:50px;

}
form.edit textarea
{
  border:1px solid gray;
  background-color: #ffffff;
  width:200px;
  font-size:x-small;
  font-family:verdana;
  margin:1px;
  padding:2px;
}
div.name
{
  width:200px;
  float:left;
  padding-right:5px;
  text-align:right;
  font-size: small;
  margin-top:2px;
  
}
div.data
{
  text-align:left;
  padding-left:5px;
}
div.error
{
  color:red;
}