.c form
{
  height: 300px; 
  width:  450px;
}

form ul li
{
  float:           left;
  list-style-type: none;
}

label
{
    font-size:        12px;
  color:            #0e223e;
}

input[type="text"], input[type="password"]
{
  width:      65%;
}