#newsletter_registration {
	position: relative;
	display: block;
	width: 180px;
	height: 230px;
	/*border: 1px solid red;*/
	padding: 0 10px;
}

#newsletter_registration H2 {
	display: block;
	margin-bottom: 5px;	
}

#newsletter_registration INPUT {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#newsletter_registration LABEL {
	display: inline;
	font-weight: bold;
	font-size: 13px;
}

#newsletter_registration INPUT.button {
	display: block;
	margin: 8px auto 0;
	width: auto;
}

.err_msg {
	color: red;
	font-weight: bold;
}

.text_center {
	text-align: center;
}

.text_bold {
	font-weight: bold;
}

UL.errorlist {
	display: inline;
}

UL.errorlist LI {
	display: inline;
}