fieldset {
	border: 1px solid;
	margin-bottom: 2em;
}
label {
	/*cursor: pointer;*/
	cursor: auto;
}
em {
	color: red;
	
}
legend em {
	color: red;
	font-size: 0.8em;
	font-weight: normal;
	font-variant: normal;
}

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: 33em;
}

#contact-details input, #contact-details select {
	position: absolute;
	left: 14em;
	width: 15em;
}


#subscription-options select{
	margin: 0 7em 0.5em 8em;
}

#subscription-options input{
	margin: 0 0 0.5em 0;
}

#subscription-options label{
	position: relative;
	top: -5px;
	left: 0;
}

.titles{
	margin: 0 4em 0 1em;
}
#submit-button {
	display: block;
	margin: 0 0 0 15em;
}

