#content .box h2, 
#content .box h3, 
#content .box h4 { color: #e85298; }
#content .box h4 { font-size: 17px; font-weight: bold; }

#content .box form {
	border: 1px solid #e85298;
	background: #fadce9;
	padding: 8px;
}
#content .box form p { vertical-align: middle;}
#content .box form input { border: 1px solid #e85298; }
#content .box form input.submit {
	width: 64px;
	height: 19px;
	border: 0;
	text-indent: -5000px;
	cursor: pointer;
	position: inherit;
}
#content .box .notes { font-size: 15px; }
/* Opera 9.23 ~ 9.64 */
;;body #content .box form input.submit { padding-top: 50px; }
/*********************/
#content .box form #entry { background: url(../images/btn_mailmagazine_entry.png) no-repeat; }
#content .box form #deregistration { background: url(../images/btn_mailmagazine_deregistration.png) no-repeat; }

#content .box .with_line {
	margin-bottom: 1em;
	padding-bottom: 1.5em;
	border-bottom: 2px dotted #e85298;
}
#content .box form div.fieldWithErrors { display: inline; }
