﻿select {
	margin-left: 6px;
	margin-top: 4px;
}
input {
	margin-bottom: 2px;
	margin-right: 5px;
}
fieldset {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 400px;
}
legend {
  padding: 0 2px;
  font-weight: bold;
}
label {
	display: inline-block;
	height: 15px;
	line-height: 100%;
/*	vertical-align: middle;*/
	background: #222;
	clear: both;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding-top: 5px;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
	list-style: none;
	padding: 5px;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 10px;
}
fieldset fieldset {
  border: none;
  margin: 3px 0 0;
  width:45%;
}
fieldset fieldset p {
  padding: 0 0 5px;
  font-weight: normal;
}
fieldset fieldset label {
  display: block;
  width: 180px;
  background-color:#CC2224;
  padding-top: 0px;
  line-height: 1.8;
  vertical-align: top;
  height: 20px;
  margin-left: 33px; /* Width plus 3 (html space) */
}
fieldset table td {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  width: auto;
  background-color:#CC2224;
	clear: both;
	color: #FFF;
	padding-left:5px;
	padding-right:5px;
}
em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
label#title {
  width: 360px; /* Width of labels */
}