/* Form style definitions */
#content form {
	padding: 0px;
	background-color: #fff;
	color: #000;
}
#content form td.field {
	width: 198px;
	border-bottom: solid 1px #ddd;
	white-space: nowrap;
}
#content form textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 548px;
}
#content form input.field {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 350px;
}
#content form .button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
	background-color: #fff;
	color: #9fcd36;
	width: 125px;
	border: solid 2px #9fcd36;
}

#content form .required {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 5px;
	padding-top: 0px;
	color: #9c3;
}

#content form .small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 5px;
	padding-top: 0px;
	color: #669933;
}

#content form label {
	cursor: hand;
}

#content form .smallAsteriskPrint {
	font-family:Verdana;
	font-size: 10px;
	color: #669933;
}
