div.formitem {
  clear: both;
  background-color: #eeeeee;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 25px;
}

p.title {
  float: left;
  width: 250px;
  background-color: #cccccc;
  margin: 0px 10px 0px 0px;
  padding: 0px 5px 0px 5px;
  line-height: 25px;
}

p.value {
  width: 300px;
  display: inline;
  line-height: 25px;
}

#form_login table.lefttitle {
/*  width: 100%;*/
  margin-bottom: 10px;
}

#form_login table.lefttitle tfoot td {
  padding-top: 10px;
}

#form_login table.lefttitle th {
  text-align: left;
}

#form_login table.lefttitle input.text {
  border-style: solid;
  border-color: #7777bb;
  border-width: 1px;
  width: 150px;
  background-color: #ccccdd;
}
