form.subscription div label {
	float: left;
	width: 200px;
}

form.subscription div p {
	float: left;
	width: 230px;
	margin: 0;
}

form.subscription div {
	clear: both;
	overflow: hidden;
	margin: 5px 0;
}

form.subscription div.required {
	background-image: url('/images/required.gif');
	background-position: 178px 2px;
	background-repeat: no-repeat;
}

form.subscription div.options {
	margin-top: 25px;
}

form.subscription div.options label {
	display: block;
	width: 100%;
	float: none;
}

form.subscription div.options ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form.subscription div.options ul li {
	clear: both;
	overflow: hidden;
	height: auto;
}

form.subscription div.options ul label {
	float: none;
	width: auto;
}

form.subscription div.options ul input {
	width: 40px;
	float: left;
}

form.subscription input.submit {
	clear: both;
	margin-top: 10px;
}

form.subscription ul.errors {
	list-style-type: none;
	margin: 15px 25px;
	padding: 0;
}

form.subscription ul.errors li {
	color: red;
	font-weight: bold;
}

form.subscription textarea {
	height: 131px;
	width: 300px;
}

form.subscription p.gender input {
	width: auto;
	float: left;
	clear: left;
}
