/* CSS Document */

span.red {
	color: #990000;
}

h1.newsletter_title span {
	display: none;
}

h1.newsletter_title {
	display: block;
	height: 30px;
	width: 600px;
}

form.subscribe label {
	float: left;
	display: block;
	width: 140px;
	height: 30px;
	clear: left;
	font-weight: bold;
}

form.subscribe ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form.subscribe input {
	border: 1px solid #777;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #555;
}
form.subscribe img {
	float: left;
	margin:0px auto;
}
form.subscribe label.long {
	width: 430px;
	height: 20px;
}

form.subscribe div#checkbox {
	clear: both;
	width: 430px;
	height: 40px;
}

form.subscribe div#checkbox input {
	float: left;
	clear: left;
}

form.subscribe div#checkbox span {
	float: left;
	margin-top: 2px;
}

form.subscribe p {
	font-size: 10px;
}

form.subscribe div#checkbox input {
	border: 0;
}
