/* CSS Stylesheet */
/* Forms */
div label {
	width: 90px;
	float: left;
}
input.invalid, textarea.invalid {
	background-color: pink;
}
strong.error {
	color: red;
}
input, textarea, select, option {
	font: 11px Verdana;
	padding: 1px;
}

.fdform , .fdform2 {
	margin-bottom: 0.5em;
}
.fdform2 select {
	width: 120px;
}
.fdform3 select {
	width: 170px;
}
.fdlist {
	margin: 0px 0px 10px 0px;
}