form {
	padding-top: 12px;
	padding-bottom: 5px;
	border-top: 2px solid #042147;
	border-bottom: 2px solid #042147;
}

form label, form input, form select, form textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

form input, form select, form textarea {
	background:#eeeeee;
	width: 65%;
}

form label {
	width: 30%;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

.biglabel input, .biglabel select, .biglabel textarea {
	width: 20%;
	text-align: left;
}

.biglabel label {
	max-width: 78%;
}

.date {
	text-align: right;
}

.date select {
	width: 20%;
}

.formbuttons, .formbuttonsnotophr {
  /* border-bottom: 2px solid #042147; */
  /* border-top: 2px solid #042147; */
  padding-bottom: 10px;
  padding-top: 10px;
}

.formbuttons input, .formbuttonsnotophr input {
	width: 100%;
	float: none;
}

.formbuttonsnotophr {
  border-top: none;
}


/* IE hack: hide from IE6 */
html > body .formbuttons {
	padding-bottom: 0px;
}

form br {
	clear: left;
}

/* the title of the form */
form h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 2px solid #042147;
}

form em {
	color: #FF0000;
}

/* for the red '*' (perhaps I never use it) */
form strong {
	color: red
}

form p {
	white-space: wrap; 
}


