#content p {
	margin-bottom: 0.5em;
}

form#subscriber-form fieldset {
	margin-left: 2em;
	border: 0.1em solid #999a98;
	width: 28em;
	padding: 0.7em;
	position: relative;
	left: 50%;
	margin-left: -14em;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

form#subscriber-form p {
	text-indent: 0em;
}

form#subscriber-form label {
	display: block;
	float: left;
	width: 8em;
	text-align: right;
	margin-right: 0.5em;
}

form#subscriber-form .element-group input {
	width: 15em;
	font-weight: normal;
}

form#subscriber-form .element-group {
	margin-bottom: 0.5em;
	clear: both;
}

form#subscriber-form .submit-group {
	clear: both;
	text-align: center;
}

#subscriber-form .errors {
	clear: both;
	margin-left: 8.5em;
}

#subscriber-form .errors li {
	font-size: 0.9em;
}

p.main-hint {
	margin-top: 0.5em;
	font-weight: bold;
}

