/* begin code for forms */

form {
	text-align: right;
	padding-bottom: 8px;
}
form fieldset {
  margin-bottom: 10px;
  border: none;
}
form input.text, form textarea {
	width: 130px;
	height: 16px;
	text-align: left;
	border: solid thin #dadada;
}
form .bgAlt2 {
	font-family: "Times New Roman", Times, serif; 
	color: #fff;
	border: none;

}
form input.send {
	width: 200px;
	font-size: 1.8em;
	text-align: right;
	border: none;
	background: transparent;
	outline: none;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/* end code for forms */