/*******
 * Designed by: mattfarmer.net
 */

div#error {
    border: 2px solid red;
    padding: 5px;
    font-size: 150%;
}
form {
    font-size: 130%;
}
fieldset {
    margin-bottom: 5px;
}
button, select, input {
    border: 1px solid grey;
    margin-bottom: 5px;
}

label {
  float: left;
  width: 75px;
  text-align: right;
}

input, select {
  margin-left: 15px;
} 
