form {
  padding: 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

input, select, textarea{
	font-size: 1.4em;
	border: 1px solid #555888;
}

#buttons {
  text-align: right;
  margin: -15px 0 -5px 0;
}

input.button
{
  width: auto;
  background: #FFFFFF;
  border: 2px solid #4899BE;
}

.label {
	width: 175px;
	padding-right: 5px;
	font-size: 1.1em;
        font-weight: bold;
	background-color: #5CB3FF;
	text-align: right;
	color: white;
}

.field {
	text-align: left;
	background-color: #eee;
}

