form fieldset {
  margin-bottom: 1em;
  border: 1px solid #ccc;;
}
form legend {
  margin: 0 0.5em;
  padding: 0 0.5em;
  font-size: 1.5em;
}
form label {
  display: inline-block;
  line-height: 2em;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  margin: 0;
  padding: 1em;
  border-bottom: 1px dotted #ccc;;
}

form fieldset li.last {
  border-bottom: none;
  padding-bottom: 0;
}

form fieldset fieldset {
  border: none;
  margin: 0;
}
form fieldset fieldset legend {
  padding: 0;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
	font-family: arial, san serif;
	font-weight: bold;
	width: 13em;
	margin-right: 0.5em;
	display: block;
}
form input {
	padding: 0.2em 0;
	font-family: arial, san serif;
	width: 32em;
}

	form input[type=checkbox] {
		width: auto;
	}

form textarea {
	font-family: arial, san serif;
	width: 35em;
	height: 8em;
	font-size: 1em;
}

form fieldset fieldset label {
  margin-left: 16em; /* Width plus 3 (html space) */
}

p.tip {	
	font-family: arial;
	font-size: 0.75em;
	margin-left: 10em;
	margin-bottom: 0;
	line-height: 1em;
	color: #666;
}

label.leftFloat {
	float: left;
}

div.half {
	float: left;
	width: 18em;
}

p.title {
	font-family: arial, san serif;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 2em;
}

div.check input {
	margin-top: 0.5em;
	float:left;
}

div.check label {
	font-family: arial, san serif;
	margin: 0.5em 0;
	line-height: 1em;
	font-size: 1em;
	width: auto;
	float: left;
	font-weight: normal;
}

span.tips {
	display: block;
	color: #777;
}
