fieldset {
	border: 1px solid;
	margin-bottom: 2em;
}
label {
	/*cursor: pointer; */
	cursor: auto;
}
em {
	color: red;
	cursor:auto;
}
form div {
	margin: 0.5em;
	padding: 0.5em 0.5em 1em 0.5em;
	position: relative;
}
legend {
	font-size: 1.3em;
	color: #69C;
	font-variant: small-caps;
	font-weight: bold;
}
#personal-details label {
	width: 8em;
}
#personal-details label em {
	position: absolute;
	left: 24em;
}
#personal-details #title em{
	position: absolute;
	left: 23.5em;
}
#personal-details input, #personal-details select {
	position: absolute;
	left: 10em;
	width: 11em;
}
#contact-details label {
	width: 10em;
}
#contact-details label em {
	position: absolute;
	left: 32.5em;
}
#contact-details input {
	position: absolute;
	left: 14em;
	width: 15em;
}
label#phone-prefix-label {
	position: absolute;
	left: 18.5em;
	width: 7em;
}
input#phone-prefix {
	width: 2em;
}
label#phone-number-label {
	position: absolute;
	left: 32.5em;
	width: 7em;
}
input#phone-number {
	left: 22em;
	width: 7em;
}
form #on-behalf div {
	padding: 0.5em 0.5em;
}
#on-behalf label em {
	position: absolute;
	left: 24em;
}
div em#onbehalf {
	position: absolute;
	left: 34em;
}
em#relationship {
	position: absolute;
	left: 27em;
}

label em#complainantname{
	position: absolute;
	left: 37em;
}
label em#relationship{
	position: absolute;
	left: 37em;
}
label em#haveauthority{
	position: absolute;
	left: 36.5em;
}
div em#haveauthority {
	position: absolute;
	left: 34.5em;
}
label em#authoritysending {
	position: absolute;
	left: 40.5em;
}
#on-behalf input {
	position: absolute;
	left: 18em;
	width: 15em;
}
#on-behalf input.radio {
	position: relative;
	left: 0;
	width: auto;
}
form #on-behalf div.radio-div {
	padding: 0 0.5em;
}
input#complaint-agency {
	position: relative;
	/*left: 1em;*/
	width: 15em;
	margin-top: 1em; /* added 05.04.2006*/
}
#agency-details label em{
	position: absolute;
	/*left: 41.5em;*/
	left: 21em;
	top:3em;
}
#complaint-details label em {
	position: relative;
	left: 0.5em;
}
#complaint-details textarea {
	margin-top: 1em;
}
#resolve-complaint label em {
	position: relative;
	left: 0.5em;
}
#resolve-complaint p {
	margin-top: 1em;
}
#resolve-complaint input.radio {
	position: relative;
	left: 0;
	width: auto;
}
form #resolve-complaint div.radio-div {
	padding: 0 0.5em;
}
#supporting-material input.radio {
	position: relative;
	left: 0;
	width: auto;
}
form #supporting-material div.radio-div {
	padding: 0 0.5em;
}
#supporting-material div em {
	position: relative;
	left: 0.5em;
}
#supporting-material-info input.radio {
	position: relative;
	left: 0;
	width: auto;
}
form #supporting-material-info div.radio-div {
	padding: 0 0.5em;
}
#supporting-material-info div em {
	position: relative;
	left: 0.5em;
}
#outcome-sought textarea {
	margin-top: 1em;
}
#submit-complaint {
	border: 0;
}
#submit-complaint legend {
	margin-bottom: 0.5em;
}
#submit-complaint p, #submit-complaint ul {
	margin-left: 1em;
}
#submit-button {
	display: block;
	margin: 1em 0 1em 1em;
}

