/* content styles for newsletter pages */

.containercontent {
	clear: both;
	width: 780px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 33px;
}

.formbox {
	width: 475px;
}

.required {
	color: #black;
}

.asterisk {
	color: #red;
}

.formbox a	{
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
}

.formbox a:link	{
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
}

.formbox a:visited {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
}

.formbox a:hover {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
	background-color: #eeeeee;
}

.formbox a:active {
	text-decoration:none;
	border-bottom:1px dotted #003366;
	color: #003366;
	background-color: #cfebff;
}

form {
	margin-bottom: -3em;
}
