label, input, select { 
  display: block;
  float: left;
  width: 150px; 
}

label {
color: #3c6ca4;
font-weight: bold;
}

select {
background:#cfdfef;
color: #325f92;
border: 1px solid #325f92;
}


form br { 
  clear:left;
}

input#submit { 
  float: none;
  width: auto;
}
