 fieldset {
	background-image: url(/images/graphics/formback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#container p {
	color: #333333;
	font-size: small;
	font-weight: bold;
}
 legend {
	padding: 0 2px;
	font-weight: bold;
}
#container {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
 label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
 fieldset ol {
  margin: 0;
  padding: 0;
}
 fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEFABF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}
 fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	background-image: none;
}
 fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
 fieldset fieldset label {
  display: block;
  width: auto;
}
 em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
 label {
  width: 120px; /* Width of labels */
}
 fieldset fieldset label {
  margin-left: 145px; /* Width plus 3 (html space) */
}
.style1 {color: #FF0000}

